Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(unstable_test_feature)]
extern crate bar;
pub fn main() { bar::baz() }