rust/tests/source/path_clarity/foo/bar.rs

4 lines
54 B
Rust
Raw Normal View History

2019-03-16 22:21:21 -05:00
pub fn fn_in_bar( ) {
println!( "foo/bar.rs" );
}