summaryrefslogtreecommitdiffstats
path: root/crates/grep/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/grep/src/lib.rs')
-rw-r--r--crates/grep/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/grep/src/lib.rs b/crates/grep/src/lib.rs
index 13eaee25..6c88bf7e 100644
--- a/crates/grep/src/lib.rs
+++ b/crates/grep/src/lib.rs
@@ -12,8 +12,6 @@ are sparse.
A cookbook and a guide are planned.
*/
-#![deny(missing_docs)]
-
pub extern crate grep_cli as cli;
pub extern crate grep_matcher as matcher;
#[cfg(feature = "pcre2")]