Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
artemagvanian committed Aug 15, 2024
1 parent 753262c commit ce02e28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl MirVisitor for CheckUninitVisitor {
StatementKind::Intrinsic(NonDivergingIntrinsic::CopyNonOverlapping(copy)) => {
self.super_statement(stmt, location);
// The copy is untyped, so we should copy memory initialization state from `src`
// to `dst`.
// to `dst`.
self.push_target(MemoryInitOp::Copy {
from: copy.src.clone(),
to: copy.dst.clone(),
Expand Down

0 comments on commit ce02e28

Please sign in to comment.