diff --git a/lib/tests/test_revset.rs b/lib/tests/test_revset.rs index fb31d3afa..3b1e1c87c 100644 --- a/lib/tests/test_revset.rs +++ b/lib/tests/test_revset.rs @@ -12,6 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. +// TODO: Remove after https://github.com/frondeus/test-case/issues/122 is resolved +#![allow(unknown_lints)] // Needed for clippy <1.70 +#![allow(clippy::items_after_test_module)] +#![deny(unknown_lints)] + use std::path::Path; use assert_matches::assert_matches;