# Test code is allowed to panic: a failed `unwrap`/`expect`/`assert` in a test
# IS the test failing. These keys relax the panic-prevention restriction lints
# (denied workspace-wide in Cargo.toml) for `#[cfg(test)]` modules, `#[test]`
# functions, and the `tests/` integration targets — keeping the strict
# panic-free guarantee on library/binary code only.
= true
= true
= true
= true
= true