diff options
| author | David Tolnay <dtolnay@gmail.com> | 2019-01-01 15:08:41 -0500 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2019-01-01 15:08:41 -0500 |
| commit | 9015b4128859163ffa77cc780b40be753226abb7 (patch) | |
| tree | bea30684563b3dc03ca8ea09a096dd31488c6942 /src/lib.rs | |
| parent | 95989db2be42764e2f61205ab007c729c2bdac58 (diff) | |
| download | platform_external_rust_crates_syn-9015b4128859163ffa77cc780b40be753226abb7.tar.gz platform_external_rust_crates_syn-9015b4128859163ffa77cc780b40be753226abb7.tar.bz2 platform_external_rust_crates_syn-9015b4128859163ffa77cc780b40be753226abb7.zip | |
Remove unneeded extern crates in documentation examples
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -65,8 +65,6 @@ //! ``` //! //! ```edition2018 -//! # extern crate quote; -//! # //! extern crate proc_macro; //! //! use proc_macro::TokenStream; @@ -585,8 +583,6 @@ pub use error::{Error, Result}; /// # Examples /// /// ```edition2018 -/// # extern crate quote; -/// # /// extern crate proc_macro; /// /// use proc_macro::TokenStream; |
