Skip to content

Commit

Permalink
[meta] fix clippy again, was accidentally using nightly Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jul 21, 2023
1 parent 6df573a commit bea71ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nextest-filtering/src/proptest_helpers.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit bea71ee

Please sign in to comment.