File tree Expand file tree Collapse file tree
crates/but/src/command/commit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,7 +304,6 @@ jobs:
304304 # It's intentional to use 'name equals run-script' so it's easy to re-run locally on failure.
305305 - run : cargo test -p but
306306 - run : make test-modern-but
307- - run : cargo test -p but
308307 - run : cargo test -p but-server
309308 - name : test vendored
310309 run : |
Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ fn find_stack_id_for_branch_with_perm(
200200
201201/// Refresh the workspace commit when legacy workspace state is available.
202202/// TODO: remove this as it shouldn't be needed - all the functions it calls use the rebase engine which takes care of that.
203- fn legacy_update_workspace_commit ( ctx : & mut Context ) -> Result < ( ) > {
203+ fn legacy_update_workspace_commit ( _ctx : & mut Context ) -> Result < ( ) > {
204204 #[ cfg( feature = "legacy" ) ]
205- gitbutler_branch_actions:: update_workspace_commit ( ctx , false ) ?;
205+ gitbutler_branch_actions:: update_workspace_commit ( _ctx , false ) ?;
206206 Ok ( ( ) )
207207}
You can’t perform that action at this time.
0 commit comments