aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/test/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_pathf/test/src/main.rs')
-rw-r--r--mingling_pathf/test/src/main.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/mingling_pathf/test/src/main.rs b/mingling_pathf/test/src/main.rs
deleted file mode 100644
index 7a66e93..0000000
--- a/mingling_pathf/test/src/main.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-#![allow(unused)]
-
-pub mod directly_mod;
-
-pub mod has_sub_mod;
-
-mod has_sub_use;
-pub use has_sub_use::*;
-
-mod use_all;
-pub use use_all::*;
-
-fn main() {}