Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
67 B
Rust
Raw Normal View History

2022-08-06 23:43:33 +02:00
pub fn bar() {
println!("bar {}", foo::FOO);
foo::foo();
}