diff options
author | Tamir Duberstein <tamird@gmail.com> | 2015-03-22 14:20:53 -0700 |
---|---|---|
committer | Tamir Duberstein <tamird@gmail.com> | 2015-03-22 15:56:37 -0700 |
commit | b1bf46eb9e90633b0657bb48218ed61a6a99810c (patch) | |
tree | bb3808eb53297ffb21f785e295a458b3b3e70fe3 /src/parser.rs | |
parent | 51401e6c85af20e391127803d75e6d69832ebdb6 (diff) |
Clean up `allow`s
Diffstat (limited to 'src/parser.rs')
-rw-r--r-- | src/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs index d95e35e6..3be927a1 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -1,4 +1,3 @@ -#![allow(unused_must_use)] #![allow(non_upper_case_globals)] use std::collections::{HashMap, HashSet}; |