Files
rust/tests/run-make/print-crate-root-lint-levels/lib.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
88 B
Rust
Raw Normal View History

#![allow(unexpected_cfgs)]
#![expect(unused_mut)]
#[deny(unknown_lints)]
mod my_mod {}