Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/// ```rust
/// assert_eq!(foo::foo(), 1);
/// ```
#[cfg(feature = "bar")]
pub fn foo() -> i32 {
1
}