We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0312958 commit c20dd9bCopy full SHA for c20dd9b
tests/source/path_clarity/foo.rs
@@ -0,0 +1,2 @@
1
+// rustfmt-edition: 2018
2
+mod bar;
tests/source/path_clarity/foo/bar.rs
@@ -0,0 +1,3 @@
+pub fn fn_in_bar( ) {
+ println!( "foo/bar.rs" );
3
+}
tests/target/path_clarity/foo.rs
tests/target/path_clarity/foo/bar.rs
+pub fn fn_in_bar() {
+ println!("foo/bar.rs");
0 commit comments