We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1840f0 commit b816eb9Copy full SHA for b816eb9
src/lib.rs
@@ -1,4 +1,5 @@
1
#![deny(rust_2018_idioms)]
2
+#![warn(missing_debug_implementations)]
3
4
//! A library for formatting of text or programming code snippets.
5
//!
0 commit comments