mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-26 18:57:55 +00:00
More formatting of doc tests and example code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user