Skip to content

Commit

Permalink
Fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli committed Mar 25, 2024
1 parent 1da7b70 commit bd42081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ pub fn build_ownership_domain<'v, 'tcx: 'v>(
);
implied_framing_axioms.push(vir::DomainAxiom::new(
&domain_name,
format!("Framing implied by ownership: NoWriteRef && Local"),
"Framing implied by ownership: NoWriteRef && Local".to_string(),
format!("framing_across_stmt_implied_by_ownership_NoWriteRef_and_Local_of_{ty_name}"),
body,
));
Expand Down

0 comments on commit bd42081

Please sign in to comment.