Skip to content
Snippets Groups Projects
Commit 73386a42 authored by Joshy Orndorff's avatar Joshy Orndorff Committed by GitHub
Browse files

better formatting for doc comments (#8030)

parent 9904267e
No related merge requests found
......@@ -27,9 +27,9 @@
//!
//! ```rust
//! #[derive(sp_debug_derive::RuntimeDebug)]
//! struct MyStruct;
//! struct MyStruct;
//!
//! assert_eq!(format!("{:?}", MyStruct), "MyStruct");
//! assert_eq!(format!("{:?}", MyStruct), "MyStruct");
//! ```
mod impls;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment