Skip to content

Commit b816eb9

Browse files
committed
chore: Warn when public types missing debug
1 parent d1840f0 commit b816eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![deny(rust_2018_idioms)]
2+
#![warn(missing_debug_implementations)]
23

34
//! A library for formatting of text or programming code snippets.
45
//!

0 commit comments

Comments
 (0)