Skip to content

Commit

Permalink
Revert "chore: make clippy happy"
Browse files Browse the repository at this point in the history
This reverts commit 62fdfe7.
  • Loading branch information
zhangsoledad committed Jan 8, 2025
1 parent 62fdfe7 commit ec606f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/src/syscalls/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit ec606f1

Please sign in to comment.