Commit ac52e95
committed
Leave
Because `wasm_bindgen` enables a hobbled `std` mode by default
(where you can "use" the full std, but random bits of it panic),
`wasm_bindgen` users really should use `no_std` builds where
possible. However, cargo makes this very difficult - crates with
`no_std` flags can be silently made `std` just by one dependency
setting the flag silently.
This happens here by leaving default-features enabled. Luckily, we
can simply disable `default-features` and everything else remains.rust-bitcoin compilation flags untouched1 parent 7a453a2 commit ac52e95
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments