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

7 lines
70 B
Rust
Raw Normal View History

2018-04-10 23:40:34 +09:00
use krate2::hello;
fn main() {
hello();
::krate2::hello();
}