소스 검색

Temporarily hush warnings

Benjamin Sago 8 년 전
부모
커밋
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