diff --git a/nextest-filtering/src/proptest_helpers.rs b/nextest-filtering/src/proptest_helpers.rs index cdb8d947789..a07c423f239 100644 --- a/nextest-filtering/src/proptest_helpers.rs +++ b/nextest-filtering/src/proptest_helpers.rs @@ -1,9 +1,6 @@ // Copyright (c) The nextest Contributors // SPDX-License-Identifier: MIT OR Apache-2.0 -// The prop_oneof! operators here cause clippy warnings with Rust 1.71. -#![allow(clippy::arc_with_non_send_sync)] - use crate::{ parsing::{AndOperator, DifferenceOperator, NotOperator, OrOperator, ParsedExpr, SetDef}, NameMatcher,