Merge pull request #27 from pickfire/master

Remove extra space in cfg_attr doc
pull/31/head
kennytm 2019-07-30 11:21:16 +08:00 committed by GitHub
commit 2c8e9b2c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
//!
//! This crate provides a QR code and Micro QR code encoder for binary data.
//!
#![cfg_attr(feature = "image", doc = " ```rust")]
#![cfg_attr(feature = "image", doc = "```rust")]
#![cfg_attr(not(feature = "image"), doc = "```ignore")]
//! extern crate qrcode;
//! extern crate image;