Skip to content

Commit

Permalink
yeet .into()
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed May 27, 2024
1 parent b350f6c commit c380498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compose/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ impl Composer {
}
Err(e) => {
self.module_sets.insert(set_key, module_set);
return Err(e.into());
return Err(e);
}
}
}
Expand Down

0 comments on commit c380498

Please sign in to comment.