bin.rs: remove useless #[macro_use]

master
Manos Pitsidianakis 2020-05-28 21:01:13 +03:00
parent bea0ca61f5
commit 839c1b1eb5
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 1 additions and 2 deletions

View File

@ -42,10 +42,9 @@ extern crate termion;
#[macro_use]
extern crate nom;
extern crate bitflags;
extern crate serde_json;
extern crate smallvec;
#[macro_use]
extern crate bitflags;
#[global_allocator]
static GLOBAL: System = System;