Skip to content

Commit

Permalink
Remove the unnecessary extern crate keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Jan 14, 2025
1 parent 8d5559c commit 5510e13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ Here's an example of how `serde` would serialize a `User` object defined like so
<!-- Reason: Rust's format standard is 100 column lines. -->

```rust
extern crate serde;
extern crate serde_json;

use proc_macro_example_derive::Reflective;

#[derive(serde::Serialize, Reflective)]
Expand Down

0 comments on commit 5510e13

Please sign in to comment.