Skip to content

Commit 24c5f44

Browse files
authored
Merge pull request #688 from ZylosLumen/patch-1
Unhide `#[derive(Debug)]` in example
2 parents 5359483 + 4498495 commit 24c5f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)