commit | 46060dca49fc0f049e7407ce484e07b8ebe12767 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Thu May 25 07:41:30 2017 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Thu May 25 07:41:41 2017 -0700 |
tree | dde4547ead74a18945ad5f6e6e89e06163da192d | |
parent | 67dcecc701e8641d49403f8976cefc85fa9c8528 [diff] [blame] |
Remove bool literals I think they show up as words
diff --git a/src/lib.rs b/src/lib.rs index f504069..c28e09a 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -190,7 +190,7 @@ tys! { u8, u16, u32, u64, usize, i8, i16, i32, i64, isize, - f32, f64, char, &'a str, bool, + f32, f64, char, &'a str, } pub struct TokenIter(imp::TokenIter);