Remove unused macro_use

This commit is contained in:
Kitaiti Makoto
2021-01-15 22:38:40 +09:00
parent 9b593c76e4
commit a236f33269
Regular → Executable
-1
View File
@@ -11,7 +11,6 @@ extern crate lazy_static;
extern crate plume_macro;
#[macro_use]
extern crate rocket;
#[macro_use]
extern crate serde_derive;
#[macro_use]
extern crate serde_json;