Add tracking issue number to wasi_ext
This commit is contained in:
parent
e97c29bda2
commit
6e47c8db73
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
//! WASI-specific extensions to primitives in the `std::fs` module.
|
||||
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![unstable(feature = "wasi_ext", issue = "none")]
|
||||
#![unstable(feature = "wasi_ext", issue = "71213")]
|
||||
|
||||
use crate::ffi::OsStr;
|
||||
use crate::fs::{self, File, Metadata, OpenOptions};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//! WASI-specific extensions to general I/O primitives
|
||||
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![unstable(feature = "wasi_ext", issue = "none")]
|
||||
#![unstable(feature = "wasi_ext", issue = "71213")]
|
||||
|
||||
use crate::fs;
|
||||
use crate::io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue