diff --git a/src/main.rs b/src/main.rs index d8670fe34..d0f259ab5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -34,6 +34,9 @@ // Debugging features shouldn't be in checked-in code. #![warn(clippy::todo)] #![warn(clippy::dbg_macro)] +// I frequently develop difftastic on a newer rustc than the MSRV, so +// this isn't relevant. +#![allow(renamed_and_removed_lints)] mod conflicts; mod constants;