Skip to content

Commit

Permalink
fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
hxuhack committed Dec 28, 2024
1 parent c6cfa12 commit b6fd3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rap/src/analysis/core/alias/mop/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ impl<'tcx> MopGraph<'tcx> {
}
}
}
Rvalue::Ref(_, _, ref p) | Rvalue::RawPtr(_, ref p)=> {
Rvalue::Ref(_, _, ref p) | Rvalue::RawPtr(_, ref p) => {
let rv_local = p.local.as_usize();
if values[lv_local].may_drop && values[rv_local].may_drop {
let rv = *p;
Expand Down

0 comments on commit b6fd3f3

Please sign in to comment.