Skip to content

Commit 5b9b11b

Browse files
committed
doc(alias = ...) is not allowed at crate level
Fix for rust-lang/rust#76329 being merged into the latest nightly.
1 parent 79feb4e commit 5b9b11b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spinoso-random/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
//! [`rand_core`]: rand_core_
8888
8989
#![cfg_attr(not(feature = "std"), no_std)]
90-
#![cfg_attr(docsrs, doc(alias = "random"))]
9190

9291
use core::fmt;
9392
#[cfg(feature = "std")]

0 commit comments

Comments
 (0)