We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04941c8 commit c6d67e5Copy full SHA for c6d67e5
src/lib.rs
@@ -38,6 +38,7 @@
38
html_favicon_url = "https://avatars.githubusercontent.com/u/91469139?s=256"
39
)]
40
#![forbid(non_ascii_idents, unsafe_code)]
41
+#![warn(clippy::allow_attributes, clippy::allow_attributes_without_reason)]
42
#![cfg_attr(docsrs, feature(doc_cfg))]
43
44
#[cfg(feature = "parser")]
src/parser.rs
@@ -530,7 +530,6 @@ pub(crate) rule feature() -> Feature
530
r:rules() pb:position!()
531
nl()*
532
{?
533
- #[allow(clippy::question_mark)]
534
if let Err(e) = env.assert_no_error() {
535
Err(e)
536
} else {
0 commit comments