Temporarily hush warnings

This commit is contained in:
Benjamin Sago 2017-08-05 19:56:42 +01:00
parent 7cb9a43541
commit 6759a5f97e

View File

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