From 69da844e6c10cdd4fb8a32043e57b9f9fc66e088 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 9 Nov 2024 15:28:29 +0900 Subject: [PATCH] tests: Update lint test --- tests/lint/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lint/lib.rs b/tests/lint/lib.rs index 2061b26b..f6709d89 100644 --- a/tests/lint/lib.rs +++ b/tests/lint/lib.rs @@ -60,6 +60,7 @@ clippy::absolute_paths, clippy::allow_attributes, clippy::allow_attributes_without_reason, + clippy::arbitrary_source_item_ordering, clippy::exhaustive_enums, clippy::exhaustive_structs, clippy::min_ident_chars,