Remove unused macro_use

This commit is contained in:
Kitaiti Makoto 2021-01-15 22:38:40 +09:00
parent 9b593c76e4
commit a236f33269
1 changed files with 0 additions and 1 deletions

1
plume-models/src/lib.rs Normal file → Executable file
View File

@ -11,7 +11,6 @@ extern crate lazy_static;
extern crate plume_macro; extern crate plume_macro;
#[macro_use] #[macro_use]
extern crate rocket; extern crate rocket;
#[macro_use]
extern crate serde_derive; extern crate serde_derive;
#[macro_use] #[macro_use]
extern crate serde_json; extern crate serde_json;