Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4498495

Browse files
author
Zylos
authored
Unhide #[derive(Debug)] in example
1 parent 5359483 commit 4498495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kv/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
//!
226226
//! ```
227227
//! # use log::kv::Key;
228-
//! # #[derive(Debug)]
228+
//! #[derive(Debug)]
229229
//! struct Data {
230230
//! a: i32,
231231
//! b: bool,

0 commit comments

Comments
 (0)