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

6 lines
70 B
Rust
Raw Normal View History

2018-06-15 18:16:43 -05:00
#![crate_name = "inner"]
pub struct SomeStruct;
pub fn some_fn() {}