kx-utils/mutants.out/caught.txt
Paul Campbell 2c93e13230
All checks were successful
Test / build (map[name:stable]) (push) Successful in 2m27s
Test / build (map[name:nightly]) (push) Successful in 2m24s
Release Please / Release-plz (push) Successful in 1m13s
feat: add function and macro s to convert to String
2025-01-10 19:34:07 +00:00

2 lines
149 B
Text

src/experimental/to_string.rs:6:5: replace s -> String with String::new()
src/experimental/to_string.rs:6:5: replace s -> String with "xyzzy".into()