Update test suite to 2018 edition

This commit is contained in:
David Tolnay
2018-12-31 21:44:24 -05:00
parent da346a8878
commit 294dccc5be
14 changed files with 23 additions and 68 deletions
-9
View File
@@ -1,14 +1,5 @@
#![deny(warnings)]
#[cfg(feature = "unstable")]
#[macro_use]
extern crate serde_derive;
#[cfg(feature = "unstable")]
extern crate serde;
#[cfg(feature = "unstable")]
extern crate serde_test;
// This test target is convoluted with the actual #[test] in a separate file to
// get it so that the stable compiler does not need to parse the code of the
// test. If the test were written with #[cfg(feature = "unstable")] #[test]