Skip to content
Snippets Groups Projects
Commit 3dc99168 authored by Alex Crichton's avatar Alex Crichton
Browse files

Fix compile on linux

parent c89d56bc
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,6 @@ cfg_if! { ...@@ -40,6 +40,6 @@ cfg_if! {
pub use self::mips::*; pub use self::mips::*;
} else { } else {
mod other; mod other;
pub use other::*; pub use self::other::*;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment