mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-20 10:16:30 +00:00
Make unstable clippy happy with clippy --fix
(#402)
Most of changes either move variables into `format!` templates or remove excessive clones.
This commit is contained in:
@ -121,7 +121,7 @@ mod tests {
|
||||
#[test]
|
||||
fn test_parse_garbage0() {
|
||||
let res = ServiceDefinition::from_str("garbage");
|
||||
assert!(res.is_err(), "{:?}", res);
|
||||
assert!(res.is_err(), "{}", "{res:?}");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user