Skip to content

Commit 850695b

Browse files
Apply suggestion from @szokeasaurusrex
Co-authored-by: Daniel Szoke <[email protected]>
1 parent 5c4aeff commit 850695b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/vcs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use std::fmt;
44
use std::path::PathBuf;
55

6-
use anyhow::{bail, format_err, Error, Result};
6+
use anyhow::{bail, format_err, Context as _, Error, Result};
77
use chrono::{DateTime, FixedOffset, TimeZone as _};
88
use git2::{Commit, Repository, Time};
99
use if_chain::if_chain;

0 commit comments

Comments
 (0)