mirror of
https://github.com/chronotope/chrono.git
synced 2025-12-15 20:59:17 +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)
|
write!(result, "{}{:02}{:02}", sign, off / 3600, off / 60 % 60)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
result.push_str("Z");
|
result.push('Z');
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user