diff options
Diffstat (limited to 'compiler/rustc_serialize/src/json.rs')
| -rw-r--r-- | compiler/rustc_serialize/src/json.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_serialize/src/json.rs b/compiler/rustc_serialize/src/json.rs index c005db12099..044de8e4e24 100644 --- a/compiler/rustc_serialize/src/json.rs +++ b/compiler/rustc_serialize/src/json.rs @@ -2296,7 +2296,6 @@ impl crate::Decoder for Decoder { for c in s.iter_mut() { *c = self.read_u8(); } - () } fn read_enum<T, F>(&mut self, f: F) -> T |
