Skip to content

Commit 7ecd9ff

Browse files
committed
syntax: remove 'deny(warnings)'
This is generally overall pretty annoying.
1 parent e06a946 commit 7ecd9ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

regex-syntax/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ The following features are available:
161161
#![no_std]
162162
#![forbid(unsafe_code)]
163163
#![deny(missing_docs, rustdoc::broken_intra_doc_links)]
164-
#![doc(test(attr(deny(warnings))))]
165164
#![warn(missing_debug_implementations)]
166165
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
167166

0 commit comments

Comments
 (0)