kx-utils/mutants.out/mutants.json
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

62 lines
No EOL
1.1 KiB
JSON

[
{
"package": "kx-utils",
"file": "src/experimental/to_string.rs",
"function": {
"function_name": "s",
"return_type": "-> String",
"span": {
"start": {
"line": 4,
"column": 1
},
"end": {
"line": 7,
"column": 2
}
}
},
"span": {
"start": {
"line": 6,
"column": 5
},
"end": {
"line": 6,
"column": 13
}
},
"replacement": "String::new()",
"genre": "FnValue"
},
{
"package": "kx-utils",
"file": "src/experimental/to_string.rs",
"function": {
"function_name": "s",
"return_type": "-> String",
"span": {
"start": {
"line": 4,
"column": 1
},
"end": {
"line": 7,
"column": 2
}
}
},
"span": {
"start": {
"line": 6,
"column": 5
},
"end": {
"line": 6,
"column": 13
}
},
"replacement": "\"xyzzy\".into()",
"genre": "FnValue"
}
]