Skip to content

Commit 8c0ebb6

Browse files
committed
Deny missing docs
1 parent 3ccfbdd commit 8c0ebb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//! if it doesn't look like a mangled symbol name.
77
88
#![no_std]
9+
#![deny(missing_docs)]
910

1011
#[cfg(test)]
1112
#[macro_use]

0 commit comments

Comments
 (0)