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
= help: use `Display` formatting and change this to `os_str.display()`
8
+
= note: switching to `Display` formatting will change how the value is shown; escaped characters will no longer be escaped and surrounding quotes will be removed
9
+
= note: `-D clippy::unnecessary-debug-formatting` implied by `-D warnings`
10
+
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_debug_formatting)]`
11
+
12
+
error: unnecessary `Debug` formatting in `println!` args
= help: use `Display` formatting and change this to `os_string.display()`
19
+
= note: switching to `Display` formatting will change how the value is shown; escaped characters will no longer be escaped and surrounding quotes will be removed
20
+
21
+
error: unnecessary `Debug` formatting in `println!` args
= help: use `Display` formatting and change this to `os_str.display()`
28
+
= note: switching to `Display` formatting will change how the value is shown; escaped characters will no longer be escaped and surrounding quotes will be removed
29
+
30
+
error: unnecessary `Debug` formatting in `println!` args
= help: use `Display` formatting and change this to `os_string.display()`
37
+
= note: switching to `Display` formatting will change how the value is shown; escaped characters will no longer be escaped and surrounding quotes will be removed
38
+
39
+
error: unnecessary `Debug` formatting in `format!` args
= help: use `Display` formatting and change this to `os_str.display()`
46
+
= note: switching to `Display` formatting will change how the value is shown; escaped characters will no longer be escaped and surrounding quotes will be removed
47
+
48
+
error: unnecessary `Debug` formatting in `format!` args
= help: use `Display` formatting and change this to `os_string.display()`
55
+
= note: switching to `Display` formatting will change how the value is shown; escaped characters will no longer be escaped and surrounding quotes will be removed
0 commit comments