Skip to content

Commit

Permalink
chore: make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Jan 8, 2025
1 parent c1e46fc commit 62fdfe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/src/syscalls/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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 62fdfe7

Please sign in to comment.