]> git.proxmox.com Git - cargo.git/blobdiff - vendor/rand_hc/src/lib.rs
New upstream version 0.37.0
[cargo.git] / vendor / rand_hc / src / lib.rs
index 15ca34ebe0ad9ca060dcb6c04ee4972e964a7d86..c1ae665147b350dc84e4d07575f52330e9311833 100644 (file)
@@ -10,7 +10,7 @@
 
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
        html_favicon_url = "https://www.rust-lang.org/favicon.ico",
-       html_root_url = "https://docs.rs/rand_hc/0.1.0")]
+       html_root_url = "https://rust-random.github.io/rand/")]
 
 #![deny(missing_docs)]
 #![deny(missing_debug_implementations)]
@@ -18,8 +18,6 @@
 
 #![no_std]
 
-extern crate rand_core;
-
 mod hc128;
 
 pub use hc128::{Hc128Rng, Hc128Core};