Skip to content

Commit c642654

Browse files
committed
Remove reword from sync mod
1 parent a1a5862 commit c642654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: asyncgit/src/sync/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub use hooks::{hooks_commit_msg, hooks_post_commit, HookResult};
3434
pub use hunks::{reset_hunk, stage_hunk, unstage_hunk};
3535
pub use ignore::add_to_ignore;
3636
pub use logwalker::LogWalker;
37-
pub use rebase::{reword, reword_safe};
37+
pub use rebase::reword_safe;
3838
pub use remotes::{
3939
fetch_origin, get_remotes, push, ProgressNotification,
4040
};

0 commit comments

Comments
 (0)