Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit832942c

Browse files
committed
clippy: fix warning from uninlined_format_args
1 parente031c8c commit832942c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/items/time.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ mod tests {
840840
let make_timezone = |input:&mut&str|{
841841
timezone(input)
842842
.map_err(|e|eprintln!("TEST FAILED AT:\n{e}"))
843-
.map(|offset|format!("{}", offset))
843+
.map(|offset|format!("{offset}"))
844844
.expect("expect tests to succeed")
845845
};
846846

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp