Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub fn f() {}
#[macro_export]
macro_rules! m { () => {
use $crate;
import_crate_var::f();
} }