Skip to content

Commit 4fc768d

Browse files
authored
Fix incorrect shadowing of world option in component bindgen macro options. (#5813)
1 parent c8fa1b8 commit 4fc768d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/component-macro/src/bindgen.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ impl Parse for Config {
5353
let content;
5454
syn::braced!(content in input);
5555
let fields = Punctuated::<Opt, Token![,]>::parse_terminated(&content)?;
56-
let mut world = None;
5756
for field in fields.into_pairs() {
5857
match field.into_value() {
5958
Opt::Path(s) => {

0 commit comments

Comments
 (0)