Remove extra space in cfg_attr doc

pull/27/head
Ivan Tham 2019-06-16 18:01:43 +08:00
parent a585403336
commit 0089a258f2
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;