We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
world
1 parent c8fa1b8 commit 4fc768dCopy full SHA for 4fc768d
crates/component-macro/src/bindgen.rs
@@ -53,7 +53,6 @@ impl Parse for Config {
53
let content;
54
syn::braced!(content in input);
55
let fields = Punctuated::<Opt, Token![,]>::parse_terminated(&content)?;
56
- let mut world = None;
57
for field in fields.into_pairs() {
58
match field.into_value() {
59
Opt::Path(s) => {
0 commit comments