diff --git a/content/wiki/canonical_lints.md b/content/wiki/canonical_lints.md index 3aaa3b8..7af696a 100644 --- a/content/wiki/canonical_lints.md +++ b/content/wiki/canonical_lints.md @@ -11,7 +11,7 @@ All Linebender projects should include the following set of lints: # This one may vary depending on the project. rust.unsafe_code = "forbid" -# LINEBENDER LINT SET - Cargo.toml - v3 +# LINEBENDER LINT SET - Cargo.toml - v4 # See https://linebender.org/wiki/canonical-lints/ rust.keyword_idents_2024 = "forbid" rust.non_ascii_idents = "forbid" @@ -43,7 +43,6 @@ clippy.collection_is_never_read = "warn" clippy.dbg_macro = "warn" clippy.debug_assert_with_mut_call = "warn" clippy.doc_markdown = "warn" -clippy.exhaustive_enums = "warn" clippy.fn_to_numeric_cast_any = "warn" clippy.infinite_loop = "warn" clippy.large_include_file = "warn"