Benjamin Sago 8 лет назад
Родитель
Сommit
6759a5f97e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/options/parser.rs

+ 1 - 0
src/options/parser.rs

@@ -61,6 +61,7 @@ impl Flag {
 
 /// Whether redundant arguments should be considered a problem.
 #[derive(PartialEq, Debug)]
+#[allow(dead_code)] // until strict mode is actually implemented
 pub enum Strictness {
 
     /// Throw an error when an argument doesn’t do anything, either because