Skip to content

Commit

Permalink
Merge pull request #122 from antoine-de/remove_warning
Browse files Browse the repository at this point in the history
remove a warning about unused macro
  • Loading branch information
benashford authored Oct 22, 2018
2 parents 7674b29 + 99acbc5 commit 9c08981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern crate serde_derive;

extern crate serde;

#[macro_use]
#[cfg_attr(test, macro_use)]
extern crate serde_json;

#[macro_use]
Expand Down

0 comments on commit 9c08981

Please sign in to comment.