konstin 69bbf597af Allow reexporting proc macro output in the 2018 edition
Trying to use a proc macro from a 2018 edition crate in a 2018 edition crate that reexports wasm bindgen's output failed before this commit with "could not find `wasm_bindgen` in `{{root}}`".

This commit was made with 

rg " ::wasm_bindgen::" --files-with-matches | xargs sed -i 's/::wasm_bindgen::/wasm_bindgen::/g'
2019-03-18 10:43:48 +01:00
..
2019-03-13 11:02:27 -07:00
2019-03-13 11:02:27 -07:00
2019-03-13 11:02:27 -07:00
2019-03-13 11:02:27 -07:00
2019-03-13 11:02:27 -07:00
2019-03-13 11:02:27 -07:00
2019-03-13 11:02:27 -07:00
2019-03-13 11:02:27 -07:00
2019-03-13 11:02:27 -07:00
2018-11-27 12:07:59 -08:00
2019-03-13 11:02:27 -07:00
2019-03-13 11:02:27 -07:00
2019-03-05 08:00:47 -08:00