Skip to content

Commit

Permalink
Update split_structs.rs (#6885)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjike2021 authored Dec 18, 2024
1 parent 7322339 commit e503b2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::{
/// Splits all the variables that were created by struct_construct and reintroduces the
/// struct_construct statement when needed.
///
/// Note that if a member is used after the struct then it means that that struct is copyable.
/// Note that if a member is used after the struct then it means that the struct is copyable.
pub fn split_structs(lowered: &mut FlatLowered) {
if lowered.blocks.is_empty() {
return;
Expand Down

0 comments on commit e503b2b

Please sign in to comment.