mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-27 22:47:56 +00:00
Update test suite to 2018 edition
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user