mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
Merge pull request #170 from cakebaker/clippy_fix_warning
clippy: fix warning from `uninlined_format_args`
This commit is contained in:
+1
-1
@@ -840,7 +840,7 @@ mod tests {
|
||||
let make_timezone = |input: &mut &str| {
|
||||
timezone(input)
|
||||
.map_err(|e| eprintln!("TEST FAILED AT:\n{e}"))
|
||||
.map(|offset| format!("{}", offset))
|
||||
.map(|offset| format!("{offset}"))
|
||||
.expect("expect tests to succeed")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user