We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cd32c commit 57f0ccfCopy full SHA for 57f0ccf
src/lib.rs
@@ -361,9 +361,9 @@
361
//! characters in the search text and `m` is the number of instructions in a
362
//! compiled expression.
363
364
-#![allow(unknown_features)]
365
#![feature(macro_rules, slicing_syntax, globs)]
366
#![deny(missing_docs)]
+#![cfg_attr(test, deny(warnings))]
367
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
368
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
369
html_root_url = "http://doc.rust-lang.org/regex/")]
0 commit comments