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

6 lines
107 B
Rust
Raw Normal View History

2016-11-23 13:35:07 +13:00
// sub-module in the same directory as the main crate file
pub struct SameStruct {
pub name: String
}