Skip to content

Commit

Permalink
doc(alias = ...) is not allowed at crate level
Browse files Browse the repository at this point in the history
Fix for rust-lang/rust#76329 being merged into the latest nightly.
  • Loading branch information
lopopolo committed Oct 6, 2020
1 parent 79feb4e commit 5b9b11b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spinoso-random/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
//! [`rand_core`]: rand_core_
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(docsrs, doc(alias = "random"))]

use core::fmt;
#[cfg(feature = "std")]
Expand Down

0 comments on commit 5b9b11b

Please sign in to comment.