rustwasm / wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript

Home Page:https://rustwasm.github.io/docs/wasm-bindgen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove old reference to "nightly" feature

DougAnderson444 opened this issue · comments

Hi, found this but it looks like this is outdated and can be removed?

The `Closure` type is currently behind a feature which needs to be enabled:
```toml
[dependencies]
wasm-bindgen = {version = "^0.2", features = ["nightly"]}
```

Yes, would you mind making a PR?

Yep, done!