We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0687edd commit 5bc89f8Copy full SHA for 5bc89f8
src/lib.rs
@@ -6,6 +6,9 @@
6
//! # Documentation
7
//! See the [`crepe!`](macro.Crepe.html) macro for detailed documentation.
8
9
+#![forbid(unsafe_code)]
10
+#![deny(missing_docs)]
11
+
12
extern crate proc_macro;
13
14
mod parse;
0 commit comments