Skip to content

Commit

Permalink
fmt: remove unnecessary lint suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Oct 7, 2017
1 parent cce9343 commit 45907f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/fmt/mod.rs
Expand Up @@ -322,7 +322,6 @@ impl<'a> ArgumentV1<'a> {

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

impl<'a> Arguments<'a> {
Expand Down

0 comments on commit 45907f5

Please sign in to comment.