Skip to content

Commit a7da543

Browse files
committed
Clippy
1 parent 1905908 commit a7da543

File tree

1 file changed

+1
-1
lines changed
  • kani-compiler/src/codegen_cprover_gotoc/overrides

1 file changed

+1
-1
lines changed

kani-compiler/src/codegen_cprover_gotoc/overrides/hooks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ impl GotocHook for AlignOffset {
951951
);
952952
let place_expr = unwrap_or_return_codegen_unimplemented_stmt!(
953953
gcx,
954-
gcx.codegen_place_stable(&assign_to, loc)
954+
gcx.codegen_place_stable(assign_to, loc)
955955
)
956956
.goto_expr;
957957
let rhs = Expr::int_constant(usize::MAX, place_expr.typ().clone());

0 commit comments

Comments
 (0)