Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub static BLOCK_FN_DEF: fn(usize) -> usize = {
fn foo(a: usize) -> usize {
a + 10
}
foo
};