mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 19:16:48 +00:00
6 lines
88 B
Rust
6 lines
88 B
Rust
#![allow(unexpected_cfgs)]
|
|
#![expect(unused_mut)]
|
|
|
|
#[deny(unknown_lints)]
|
|
mod my_mod {}
|