remove duplicate methods in impls
This commit is contained in:
parent
1607871dc2
commit
f9e0baa19a
2 changed files with 1 additions and 4 deletions
|
@ -1312,7 +1312,7 @@ impl ::Decoder for Decoder {
|
|||
value => self.expected("number", &value)
|
||||
}
|
||||
}
|
||||
fn read_f32(&mut self) -> f32 { self.read_f64() as f32 }
|
||||
|
||||
fn read_f32(&mut self) -> f32 { self.read_f64() as f32 }
|
||||
|
||||
fn read_char(&mut self) -> char {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue