Skip to content

Commit 59af318

Browse files
committed
Fixing CI build error
1 parent 7b6ef70 commit 59af318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cache/intern.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ cfg_if! {
5656
/// ```rust
5757
/// # use wasm_bindgen::intern;
5858
/// intern("foo") // returns "foo"
59+
/// # ;
5960
/// ```
6061
///
6162
/// However, if you enable the `"enable-interning"` feature for wasm-bindgen,

0 commit comments

Comments
 (0)