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
+1 -2
View File
@@ -1,8 +1,7 @@
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))]
#[macro_use]
extern crate serde_derive;
use serde::{Deserialize, Serialize};
mod remote {
pub struct Unit;