More formatting of doc tests and example code

This commit is contained in:
David Tolnay
2023-07-06 15:45:53 -07:00
parent 1920b694aa
commit fa0312ac45
11 changed files with 30 additions and 36 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//! This crate provides Serde's two derive macros.
//!
//! ```edition2021
//! # use serde_derive::{Serialize, Deserialize};
//! # use serde_derive::{Deserialize, Serialize};
//! #
//! #[derive(Serialize, Deserialize)]
//! # struct S;