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

6 lines
69 B
Rust
Raw Normal View History

2018-04-10 23:40:34 +09:00
#![crate_name = "krate2"]
#![crate_type = "lib"]
pub fn hello() {
}