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