Skip to content

Commit 5d12a08

Browse files
authored
Update src/tests/rust_fmt_argument_max_padding.rs
1 parent decff38 commit 5d12a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/rust_fmt_argument_max_padding.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! to `u16::MAX`, to improve memory layout and prevent silent truncation bugs
55
//! on cross-compilation targets. This change caused previously valid dynamic
66
//! width values exceeding `u16::MAX` to panic at runtime. (See
7-
//! rust-lang/rust#136932 and artichoke/strftime-ruby#2f0ab4a).
7+
//! rust-lang/rust#136932).
88
//!
99
//! These test cases specifically target edge conditions revealed by fuzzing
1010
//! strftime-ruby, ensuring we handle excessively large padding values without

0 commit comments

Comments
 (0)