You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
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
22
-
--> $DIR/suggestions.rs:42:1
23
-
|
24
-
LL | #[no_debug] // should suggest removal of deprecated attribute
25
-
| ^^^^^^^^^^^ help: remove this attribute
26
-
|
27
-
= note: `#[warn(deprecated)]` on by default
28
-
29
21
warning: variable does not need to be mutable
30
-
--> $DIR/suggestions.rs:49:13
22
+
--> $DIR/suggestions.rs:45:13
31
23
|
32
24
LL | let mut registry_no = (format!("NX-{}", 74205));
0 commit comments