Commit 4955dd5
committed
Suppress some new dead_code warnings
Bisects to rust-lang/rust#141407.
warning: function `unindent` is never used
--> src/unindent.rs:3:8
|
3 | pub fn unindent(s: &str) -> String {
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: function `unindent_bytes` is never used
--> src/unindent.rs:10:8
|
10 | pub fn unindent_bytes(s: &[u8]) -> Vec<u8> {
| ^^^^^^^^^^^^^^
warning: trait `Unindent` is never used
--> src/unindent.rs:53:11
|
53 | pub trait Unindent {
| ^^^^^^^^1 parent e168508 commit 4955dd5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
0 commit comments