Skip to content

Commit 45907f5

Browse files
committed
fmt: remove unnecessary lint suppression
1 parent cce9343 commit 45907f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/fmt/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ impl<'a> ArgumentV1<'a> {
322322

323323
// flags available in the v1 format of format_args
324324
#[derive(Copy, Clone)]
325-
#[allow(dead_code)] // SignMinus isn't currently used
326325
enum FlagV1 { SignPlus, SignMinus, Alternate, SignAwareZeroPad, }
327326

328327
impl<'a> Arguments<'a> {

0 commit comments

Comments
 (0)