warning: unnecessary parentheses around assigned value
--> $DIR/suggestions.rs:17:21
|
17 | let mut a = (1); // should suggest no `mut`, no parens
| ^^^ help: remove these parentheses
|
= note: #[warn(unused_parens)] on by default
warning: use of deprecated attribute `no_debug`: the `#[no_debug]` attribute was an experimental feature that has been deprecated due to lack of demand. See https://github.com/rust-lang/rust/issues/29721
--> $DIR/suggestions.rs:14:1
|
14 | #[no_debug] // should suggest removal of deprecated attribute