From 11b97878904753c04909db4cdbb1cdcc008c750b Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 15 Oct 2025 03:57:42 +0200 Subject: [PATCH] chore: Remove allow that is no longer required --- automation_lib/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/automation_lib/src/lib.rs b/automation_lib/src/lib.rs index ec9a05c..224971a 100644 --- a/automation_lib/src/lib.rs +++ b/automation_lib/src/lib.rs @@ -1,4 +1,3 @@ -#![allow(incomplete_features)] #![feature(iterator_try_collect)] #![feature(with_negative_coherence)]