mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 11:27:58 +00:00
better formatting for doc comments (#8030)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user