Fix warnings during tests
The deny(warnings) attribute is now enabled for tests so we need to weed out these warnings as well.
This commit is contained in:
parent
4b3c35509b
commit
cb343c33ac
24 changed files with 137 additions and 141 deletions
|
@ -2606,7 +2606,6 @@ impl FromStr for Json {
|
|||
mod tests {
|
||||
extern crate test;
|
||||
use self::Animal::*;
|
||||
use self::DecodeEnum::*;
|
||||
use self::test::Bencher;
|
||||
use {Encodable, Decodable};
|
||||
use super::Json::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue