Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// https://github.com/rust-lang/rust/issues/46377
#![crate_name="foo"]
// @has 'foo/index.html' '//*[@class="desc docblock-short"]' 'Check out this struct!'
/// # Check out this struct!
pub struct SomeStruct;