mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-01 15:03:14 +00:00
handle clippy::single-char-add-str
This commit is contained in:
parent
6e31ebc0aa
commit
8c7e192a62
@ -558,7 +558,7 @@ fn format_inner<'a>(
|
||||
write!(result, "{}{:02}{:02}", sign, off / 3600, off / 60 % 60)
|
||||
}
|
||||
} else {
|
||||
result.push_str("Z");
|
||||
result.push('Z');
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user