Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
preyasshah committed Jul 18, 2024
1 parent cbe9f1a commit 656a470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion martian/src/mro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ macro_rules! mro_using {
return Ok(());
}
$(
if let Some(ref $property) = self.$property {
if let Some($property) = self.$property.clone() {
writeln!(
f,
"{blank:indent$}{key:<width$} = {value},",
Expand Down

0 comments on commit 656a470

Please sign in to comment.