We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extern crate
1 parent 8d5559c commit 5510e13Copy full SHA for 5510e13
README.md
@@ -110,9 +110,6 @@ Here's an example of how `serde` would serialize a `User` object defined like so
110
<!-- Reason: Rust's format standard is 100 column lines. -->
111
112
```rust
113
-extern crate serde;
114
-extern crate serde_json;
115
-
116
use proc_macro_example_derive::Reflective;
117
118
#[derive(serde::Serialize, Reflective)]
0 commit comments