From ec606f187fd46114aac1ada7fa62912301d7ae86 Mon Sep 17 00:00:00 2001 From: zhangsoledad <787953403@qq.com> Date: Wed, 8 Jan 2025 11:17:58 +0800 Subject: [PATCH] Revert "chore: make clippy happy" This reverts commit 62fdfe7975a416baf98f5228b16b003b8c1168a2. --- script/src/syscalls/tests/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/script/src/syscalls/tests/mod.rs b/script/src/syscalls/tests/mod.rs index 7476dc3eaa..da699c7869 100644 --- a/script/src/syscalls/tests/mod.rs +++ b/script/src/syscalls/tests/mod.rs @@ -10,7 +10,6 @@ mod vm_version_1; #[allow(clippy::assertions_on_constants)] #[test] -#[allow(clippy::assertions_on_constants)] fn test_max_argv_length() { assert!(crate::syscalls::MAX_ARGV_LENGTH < u64::MAX); }