#![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};
#![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
use crate::parser::ast::MAX_ARITY;
use crate::raw_block::*;
#![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(test)]
pub(crate) use crate::machine::gc::StacklessPreOrderHeapIter;
+#![allow(unused_parens)] // see mthom/scryer-prolog#3092 and rust-lang/rust#147126
+
use fxhash::FxBuildHasher;
use indexmap::IndexSet;
#![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
use crate::parser::ast::*;
+#![allow(unused_parens)] // see mthom/scryer-prolog#3092 and rust-lang/rust#147126
+
use crate::arena::*;
use crate::atom_table::*;
use crate::functor_macro::*;
#![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
use crate::arena::*;
use crate::atom_table::*;
#![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
use crate::arena::*;
use crate::atom_table::*;