6 lines
88 B
Rust

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