diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-01-20 09:59:30 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-01-22 10:38:34 +1100 |
| commit | 37fbd91eb526cc7e246f7c6c97b1deb9e37879ff (patch) | |
| tree | e3874af4a0897babe8eb9cf1b0c5b3ebdce387f4 /compiler/rustc_serialize/src/json.rs | |
| parent | 416399dc1028545ea0ac6d68fb0b5cc5fa97d393 (diff) | |
| download | rust-37fbd91eb526cc7e246f7c6c97b1deb9e37879ff.tar.gz rust-37fbd91eb526cc7e246f7c6c97b1deb9e37879ff.zip | |
Address review comments.
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 |
