We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4681199 commit 837fc66Copy full SHA for 837fc66
crates/gitbutler-branch-actions/src/upstream_integration.rs
@@ -188,7 +188,7 @@ impl<'a> UpstreamIntegrationContext<'a> {
188
) -> Result<Self> {
189
let meta = ctx.meta(permission.read_permission())?;
190
let repo = ctx.gix_repo()?;
191
- let ref_info = but_workspace::head_info(
+ let _ref_info = but_workspace::head_info(
192
&repo,
193
&*meta,
194
Options {
0 commit comments