Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub use inner::*;
mod inner {
impl super::Blah for super::What { }
}
pub trait Blah { }
// @count issue_21474/struct.What.html \
// '//*[@id="trait-implementations-list"]//*[@class="impl"]' 1
pub struct What;