aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/build/pathf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/build/pathf.rs')
-rw-r--r--mingling_core/src/build/pathf.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/src/build/pathf.rs b/mingling_core/src/build/pathf.rs
index d8d4698..7f75c6b 100644
--- a/mingling_core/src/build/pathf.rs
+++ b/mingling_core/src/build/pathf.rs
@@ -1,3 +1,5 @@
+#![allow(unused_imports)]
+
pub use mingling_pathf::config::*;
pub use mingling_pathf::module_pathf::*;
pub use mingling_pathf::pattern_analyzer::*;