Skip to main content

The correct is

#[allow(unused_variables)]

fn main() {
    
    let x = 0;
}
Poperton
  • 2.1k
  • 21
  • 100
  • 231