Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
type Foo<
Unused //~ ERROR type parameter `Unused` is never used
> = u8;
fn main() {
}