Skip to content

Commit 63489f5

Browse files
committed
fix: Expose Branch
Conflicting glob imports was causing a problem
1 parent e38acf8 commit 63489f5

File tree

1 file changed

+4
-3
lines changed
  • crates/git-branch-stash/src

1 file changed

+4
-3
lines changed

crates/git-branch-stash/src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
pub mod config;
66

7-
pub use git::*;
8-
pub use snapshot::*;
9-
pub use stack::*;
7+
pub use git::GitRepo;
8+
pub use snapshot::Branch;
9+
pub use snapshot::Snapshot;
10+
pub use stack::Stack;
1011

1112
mod git;
1213
mod snapshot;

0 commit comments

Comments
 (0)