Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Nov 30, 2024
1 parent bff0b67 commit cb1c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-rpc-stubgen/src/stub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ impl StubDefinition {
fn partition_world_items<'a>(
&'a self,
world_items: &'a IndexMap<WorldKey, WorldItem>,
) -> WorldItemsByType {
) -> WorldItemsByType<'a> {
let mut types = Vec::<(String, TypeId)>::new();
let mut functions = Vec::new();
let mut interfaces = Vec::new();
Expand Down

0 comments on commit cb1c754

Please sign in to comment.