diff --git a/src/itertools.rs b/src/itertools.rs index 4fa8145ab..8edfd75eb 100644 --- a/src/itertools.rs +++ b/src/itertools.rs @@ -86,7 +86,8 @@ where /// **Note:** To enable the macros in this crate, use the `#[macro_use]` /// attribute when importing the crate: /// -/// ``` +/// ```no_run +/// # #[allow(unused_imports)] /// #[macro_use] extern crate itertools; /// # fn main() { } /// ```