Fix: Clippy lint 'uninlined_format_args'
This commit is contained in:
parent
e6092e81a4
commit
42b1bfe66d
25 changed files with 47 additions and 54 deletions
|
|
@ -49,8 +49,8 @@ impl Profiler {
|
|||
.to_str()
|
||||
.unwrap_or("trace");
|
||||
|
||||
let path = out_dir
|
||||
.join(format!("{}_trace_{}.json", curr_exe_name, time));
|
||||
let path =
|
||||
out_dir.join(format!("{curr_exe_name}_trace_{time}.json"));
|
||||
|
||||
layer = layer.file(path);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue