Commit f2c3e9f
authored
This removes the `async` feature which is purely used for an error
message and that's it. While the error message is useful the way that
the feature is activated results in an unfortunate interaction with
Cargo dependencies and how lock files are generated. Notably the
conditional `a?/b` syntax means that even when a Cargo feature is
disabled the full dependency tree shows up in lock files (for now). The
dependency tree of `wit-bindgen-rust-macros` is quite large, which is
why it's an optional feature, so this is undesirable.
1 parent 8e9087b commit f2c3e9f
3 files changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | 166 | | |
173 | 167 | | |
174 | 168 | | |
| |||
0 commit comments