Skip to content

Commit

Permalink
WIP: warn about 2024 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Jan 10, 2025
1 parent 50889d9 commit 0f483d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Copyright 2021-2024 Martin Pool
// Copyright 2021-2025 Martin Pool

//! `cargo-mutants`: Find test gaps by inserting bugs.
//!
//! See <https://mutants.rs> for the manual and more information.
#![warn(rust_2024_compatibility)]
#![warn(clippy::pedantic)]
#![allow(clippy::module_name_repetitions, clippy::needless_raw_string_hashes)]

Expand Down

0 comments on commit 0f483d3

Please sign in to comment.