Skip to content

Commit 0f483d3

Browse files
authored
WIP: warn about 2024 compatibility
1 parent 50889d9 commit 0f483d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// Copyright 2021-2024 Martin Pool
1+
// Copyright 2021-2025 Martin Pool
22

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

0 commit comments

Comments
 (0)