@@ -347,7 +347,7 @@ pub fn stdin() -> Stdin {
347
347
/// Ok(())
348
348
/// }
349
349
/// ```
350
- #[ unstable( feature = "stdio_locked" , issue = "none " ) ]
350
+ #[ unstable( feature = "stdio_locked" , issue = "86845 " ) ]
351
351
pub fn stdin_locked ( ) -> StdinLock < ' static > {
352
352
stdin ( ) . into_locked ( )
353
353
}
@@ -442,7 +442,7 @@ impl Stdin {
442
442
/// Ok(())
443
443
/// }
444
444
/// ```
445
- #[ unstable( feature = "stdio_locked" , issue = "none " ) ]
445
+ #[ unstable( feature = "stdio_locked" , issue = "86845 " ) ]
446
446
pub fn into_locked ( self ) -> StdinLock < ' static > {
447
447
self . lock_any ( )
448
448
}
@@ -668,7 +668,7 @@ pub fn stdout() -> Stdout {
668
668
/// Ok(())
669
669
/// }
670
670
/// ```
671
- #[ unstable( feature = "stdio_locked" , issue = "none " ) ]
671
+ #[ unstable( feature = "stdio_locked" , issue = "86845 " ) ]
672
672
pub fn stdout_locked ( ) -> StdoutLock < ' static > {
673
673
stdout ( ) . into_locked ( )
674
674
}
@@ -745,7 +745,7 @@ impl Stdout {
745
745
/// Ok(())
746
746
/// }
747
747
/// ```
748
- #[ unstable( feature = "stdio_locked" , issue = "none " ) ]
748
+ #[ unstable( feature = "stdio_locked" , issue = "86845 " ) ]
749
749
pub fn into_locked ( self ) -> StdoutLock < ' static > {
750
750
self . lock_any ( )
751
751
}
@@ -945,7 +945,7 @@ pub fn stderr() -> Stderr {
945
945
/// Ok(())
946
946
/// }
947
947
/// ```
948
- #[ unstable( feature = "stdio_locked" , issue = "none " ) ]
948
+ #[ unstable( feature = "stdio_locked" , issue = "86845 " ) ]
949
949
pub fn stderr_locked ( ) -> StderrLock < ' static > {
950
950
stderr ( ) . into_locked ( )
951
951
}
@@ -1005,7 +1005,7 @@ impl Stderr {
1005
1005
/// Ok(())
1006
1006
/// }
1007
1007
/// ```
1008
- #[ unstable( feature = "stdio_locked" , issue = "none " ) ]
1008
+ #[ unstable( feature = "stdio_locked" , issue = "86845 " ) ]
1009
1009
pub fn into_locked ( self ) -> StderrLock < ' static > {
1010
1010
self . lock_any ( )
1011
1011
}
0 commit comments