Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub mod animals {
pub trait noisy {
fn speak(&mut self);
}