Skip to content

Commit b978619

Browse files
committed
fix exports to allow error type to be visible publicly (#450)
1 parent 5b4cb83 commit b978619

File tree

1 file changed

+1
-1
lines changed
  • git-repository/src/config

1 file changed

+1
-1
lines changed

git-repository/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::{bstr::BString, permission, remote, repository::identity, revision::s
55

66
pub(crate) mod cache;
77
mod snapshot;
8-
pub use snapshot::apply_cli_overrides;
8+
pub use snapshot::{apply_cli_overrides, credential_helpers};
99

1010
/// A platform to access configuration values as read from disk.
1111
///

0 commit comments

Comments
 (0)