Skip to content

Commit

Permalink
syntax: remove 'deny(warnings)'
Browse files Browse the repository at this point in the history
This is generally overall pretty annoying.
  • Loading branch information
BurntSushi committed Oct 15, 2022
1 parent e06a946 commit 7ecd9ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion regex-syntax/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ The following features are available:
#![no_std]
#![forbid(unsafe_code)]
#![deny(missing_docs, rustdoc::broken_intra_doc_links)]
#![doc(test(attr(deny(warnings))))]
#![warn(missing_debug_implementations)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

Expand Down

0 comments on commit 7ecd9ff

Please sign in to comment.