Skip to content

Commit 5bc89f8

Browse files
committed
Add rustc lints
1 parent 0687edd commit 5bc89f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//! # Documentation
77
//! See the [`crepe!`](macro.Crepe.html) macro for detailed documentation.
88
9+
#![forbid(unsafe_code)]
10+
#![deny(missing_docs)]
11+
912
extern crate proc_macro;
1013

1114
mod parse;

0 commit comments

Comments
 (0)