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

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Nov 19, 2024
1 parent 5696a32 commit f2d5313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-rpc-stubgen/src/wit_resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ impl ResolvedWitApplication {
}
}

match Visit::new(&self).visit_all() {
match Visit::new(self).visit_all() {
Ok(component_order) => {
self.component_order = component_order;
}
Expand Down

0 comments on commit f2d5313

Please sign in to comment.