aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/test/src/has_sub_use.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_pathf/test/src/has_sub_use.rs')
-rw-r--r--mingling_pathf/test/src/has_sub_use.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mingling_pathf/test/src/has_sub_use.rs b/mingling_pathf/test/src/has_sub_use.rs
deleted file mode 100644
index c645034..0000000
--- a/mingling_pathf/test/src/has_sub_use.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-mod sub_use;
-pub use sub_use::*;
-
-pub mod sub_mod;