### Description Using `allow-unwrap-in-tests = true` in `clippy.toml` has no effect in integration tests. `clippy::unwrap_used` will still lint there. Since https://github.com/rust-lang/rust-clippy/pull/9686 it's easy to workaround it, one can just put `#![cfg(test)]` at the top of the file. Is this intended or is this considered a bug? Does Clippy have a way to detect it's seeing an integration test? ### Version ```text rustc 1.67.0-nightly (c97b539e4 2022-11-30) binary: rustc commit-hash: c97b539e408ea353f4fde2f9251d598291fec421 commit-date: 2022-11-30 host: x86_64-unknown-linux-gnu release: 1.67.0-nightly LLVM version: 15.0.4 ``` ### Additional Labels _No response_