Skip to content

Commit 7e3e923

Browse files
codexByron
andcommitted
address auto-review
Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com>
1 parent 448f084 commit 7e3e923

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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: |

crates/but/src/command/commit/file.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)