fn no_bail()

in linter_test/src/lib.rs [222:224]


fn no_bail() -> anyhow::Result<()> {
    return Err(anyhow::anyhow!("foo"));
}