1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

fix clippy (#8275)

* fix clippy

* update

* update
This commit is contained in:
Luv-Ray 2025-06-27 15:15:24 +08:00 committed by GitHub
parent 507e1cc09b
commit fb2399f56b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 25 additions and 19 deletions

View file

@ -943,7 +943,7 @@ fn test_parse_out_of_bounds_exponents() {
.stdout_only("-0\n1\n");
}
#[ignore]
#[ignore = ""]
#[test]
fn test_parse_valid_hexadecimal_float_format_issues() {
// These tests detect differences in the representation of floating-point values with GNU seq.