diff options
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 03aa40eb8f1..b2ce3a52c2c 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -4,15 +4,4 @@ #![deny(unsafe_code)] -#[macro_use] -extern crate lazy_static; -#[macro_use] -extern crate malloc_size_of; -#[macro_use] -extern crate malloc_size_of_derive; -#[macro_use] -extern crate serde; -#[macro_use] -extern crate size_of_test; - pub mod constellation_msg; |