Skip to content

Commit

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

Please sign in to comment.