From e1da59220b0a5a928f7a9936fd5e0ad94b889548 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 24 Feb 2019 00:21:26 +0200 Subject: [PATCH] [sq] remove redundant macros export --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 76b7fbb..5d3b194 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,8 +27,7 @@ extern crate rlibc; pub mod arch; pub use arch::*; mod devices; -pub mod macros; -pub use macros::*; +mod macros; pub mod platform; mod sync; mod write_to;