Skip to content

Commit

Permalink
Merge pull request #4776 from zhangsoledad/zhangsoledad/fmt
Browse files Browse the repository at this point in the history
chore: make clippy happy
  • Loading branch information
zhangsoledad authored Jan 8, 2025
2 parents c1e46fc + 62fdfe7 commit 8b22eb6
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 8b22eb6

Please sign in to comment.