```rust fn foo() -> u32 { let _ = (5); //~ LINT unnecessary parentheses around assigned value (5) // no lint } ```