ignore unused_parens warning

parens are generated by external macro
This commit is contained in:
Skgland
2025-11-18 21:42:00 +01:00
committed by Bennet Bleßmann
parent bf8651db29
commit 119761ad10
8 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#![allow(clippy::new_without_default)] // annotating structs annotated with #[bitfield] doesn't work
#![allow(unused_parens)] // see mthom/scryer-prolog#3092 and rust-lang/rust#147126
#[cfg(feature = "http")]
use crate::http::{HttpListener, HttpResponse};