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

8 lines
89 B
Rust
Raw Normal View History

#![crate_type = "rlib"]
pub mod foo {
pub mod bar {
pub struct Baz;
}
}