Clippy
This commit is contained in:
committed by
mergify[bot]
parent
293a0d8797
commit
350bb561eb
@ -217,7 +217,7 @@ mod tests {
|
||||
use std::env;
|
||||
let out_dir = env::var("FARF_DIR").unwrap_or_else(|_| "farf".to_string());
|
||||
|
||||
format!("{}/tmp/{}-{}", out_dir, name, pubkey.to_string())
|
||||
format!("{}/tmp/{}-{}", out_dir, name, pubkey)
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user