Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ ignore-auxiliary (used by `./two_files.rs`)
trait Foo { }
type Bar = dyn Foo;