Set all doc tests to 2018 edition

This commit is contained in:
David Tolnay
2018-12-31 23:18:09 -05:00
parent 0b667c88fa
commit 11cc7014b3
9 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
//! This crate provides Serde's two derive macros.
//!
//! ```rust
//! ```edition2018
//! # use serde_derive::{Serialize, Deserialize};
//! #
//! #[derive(Serialize, Deserialize)]