Skip to content

Commit c948b96

Browse files
committed
refactor: separate module for StupidContext
1 parent 59eb325 commit c948b96

File tree

3 files changed

+1427
-1412
lines changed

3 files changed

+1427
-1412
lines changed

src/cmd/refresh.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ use crate::{
1818
hook::run_pre_commit_hook,
1919
patch::{patchedit, LocationConstraint, PatchLocator, PatchName},
2020
stack::{InitializationPolicy, Stack, StackAccess, StackStateAccess},
21-
stupid::{
22-
status::{Status, StatusOptions, Statuses},
23-
Stupid, StupidContext,
24-
},
21+
stupid::{Status, StatusOptions, Statuses, Stupid, StupidContext},
2522
wrap::Message,
2623
};
2724

0 commit comments

Comments
 (0)