Fixing CI build error

This commit is contained in:
Pauan 2019-07-19 23:32:58 +02:00
parent 7b6ef7087e
commit 59af3186af

1
src/cache/intern.rs vendored
View File

@ -56,6 +56,7 @@ cfg_if! {
/// ```rust
/// # use wasm_bindgen::intern;
/// intern("foo") // returns "foo"
/// # ;
/// ```
///
/// However, if you enable the `"enable-interning"` feature for wasm-bindgen,