Skip to content

Commit a789490

Browse files
committed
feat: export git-tempfile in the root (#384)
This allows access to signal handler setup for example, which can be useful in some situations.
1 parent 19d46f3 commit a789490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-lock/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ use std::path::PathBuf;
1919

2020
use git_tempfile::handle::{Closed, Writable};
2121

22+
pub use git_tempfile as tempfile;
23+
2224
const DOT_LOCK_SUFFIX: &str = ".lock";
2325

2426
///

0 commit comments

Comments
 (0)