]> Repositorios git - scryer-prolog.git/commitdiff
remove no longer necessary allows
authorSkgland <[email protected]>
Fri, 20 Feb 2026 21:45:09 +0000 (22:45 +0100)
committerBennet Bleßmann <[email protected]>
Fri, 20 Feb 2026 21:45:09 +0000 (22:45 +0100)
src/arena.rs
src/arithmetic.rs
src/atom_table.rs
src/heap_iter.rs
src/machine/copier.rs
src/machine/machine_indices.rs
src/machine/streams.rs
src/parser/ast.rs
src/types.rs

index fa6faaa0fb9a5aacf1eae979647f361249d1248a..d4e949ba3f0b46ee319bfac6d1e7d054c7555764 100644 (file)
@@ -1,6 +1,3 @@
-#![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};
 use crate::machine::heap::AllocError;
index 9a70962fafd48f001511c0f2982728a69503b468..a0cf61b03b73a4a69c78ea554078e74d067a0a3b 100644 (file)
@@ -1,5 +1,3 @@
-#![allow(clippy::new_without_default)] // annotating structs annotated with #[bitfield] doesn't work
-
 use crate::allocator::*;
 use crate::arena::*;
 use crate::atom_table::*;
index aac2d8b54a05b3af18c08838062c1999791e97c6..7f8286548e8e9feb9264d16a96caee296b5858ce 100644 (file)
@@ -1,6 +1,3 @@
-#![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::machine::heap::AllocError;
 use crate::parser::ast::MAX_ARITY;
 use crate::raw_block::*;
index fed594510a6ee81a538215ee2df4be397f54d718..9c35e710e5c38c3ea0dd72d243603cd0c73e8eed 100644 (file)
@@ -1,6 +1,3 @@
-#![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::Arena;
 use crate::forms::Number;
 #[cfg(test)]
index dc55ba26ee6695a7ebb0b2d31eb24e9feba28575..dec0f427d7d09d187e7752ee3df5dc782fd64aeb 100644 (file)
@@ -1,5 +1,3 @@
-#![allow(unused_parens)] // see mthom/scryer-prolog#3092 and rust-lang/rust#147126
-
 use fxhash::FxBuildHasher;
 use indexmap::IndexSet;
 
index 1036ec2a2a14efee36774e440ad5b1fba7e2385b..bfb8a2f38ae6680de8487c9c5b2c466104a0bf51 100644 (file)
@@ -1,6 +1,3 @@
-#![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::*;
 
 use crate::atom_table::*;
index 2151ba74cb121c6f2413391dbcb79cb81d733fbe..57617400017be5dec41e12eb3edfa9741ca6c12c 100644 (file)
@@ -1,5 +1,3 @@
-#![allow(unused_parens)] // see mthom/scryer-prolog#3092 and rust-lang/rust#147126
-
 use crate::arena::*;
 use crate::atom_table::*;
 use crate::functor_macro::*;
index 823d3270599c25e602434b108a244c916382d717..5ea1f1162a5a84fb9ad283f73e16565775231978 100644 (file)
@@ -1,6 +1,3 @@
-#![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::*;
 use crate::offset_table::*;
index 8bb5b21132c3f38ef4a8f309b12c11d6b41848dc..cdb86d42cf40e9cca5144825da8c04ade20af769 100644 (file)
@@ -1,6 +1,3 @@
-#![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::*;
 use crate::forms::*;