Skip to content

Commit ebaca19

Browse files
committed
Hide documentation of rand_wasm_bindgen_test crate
Fixes rust-random#913.
1 parent aa67fd1 commit ebaca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wasm_bindgen/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Crate to test WASM with the `wasm-bindgen` lib.
1010

11-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png")]
11+
#![doc(hidden)]
1212

1313
use rand::rngs::{OsRng, StdRng};
1414
use rand::{Rng, SeedableRng};

0 commit comments

Comments
 (0)