Skip to content

Commit c82253c

Browse files
committed
Fixing doc test error
1 parent 366ed23 commit c82253c

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
@@ -55,6 +55,7 @@ cfg_if! {
5555
/// function, which simply returns its argument unchanged:
5656
///
5757
/// ```rust
58+
/// # use wasm_bindgen::intern;
5859
/// intern("foo") // returns "foo"
5960
/// ```
6061
///

0 commit comments

Comments
 (0)