We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8e0df commit 89424aeCopy full SHA for 89424ae
src/signature.rs
@@ -324,7 +324,6 @@ pub(crate) fn parse_email(email: &str) -> Result<String> {
324
/// | `iso8601-strict` | `2022-01-06T09:32:07-05:00` |
325
/// | `raw` | `1641479527 -0500` |
326
/// | `now` | `now` |
327
-///
328
pub(crate) fn parse_time(time_str: &str) -> Result<git2::Time> {
329
let time_str = time_str.trim();
330
0 commit comments