std: Add issues to all unstable features
This commit is contained in:
parent
377c11aa83
commit
5f625620b5
41 changed files with 272 additions and 223 deletions
|
|
@ -55,7 +55,7 @@
|
|||
//! between the two sources. (Also note that, on some systems e.g. FreeBSD, both `/dev/random`
|
||||
//! and `/dev/urandom` may block once if the CSPRNG has not seeded yet.)
|
||||
|
||||
#![unstable(feature = "rand")]
|
||||
#![unstable(feature = "rand", issue = "0")]
|
||||
|
||||
use cell::RefCell;
|
||||
use io;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue