File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ impl<Stream: AsHandle> IsTerminal for Stream {
95
95
}
96
96
97
97
// The Windows implementation here is copied from `handle_is_console` in
98
- // std/src/sys/windows/io.rs in Rust at revision
99
- // d7b0bcb20f2f7d5f3ea3489d56ece630147e98f5 .
98
+ // library/ std/src/sys/pal /windows/io.rs in Rust at revision
99
+ // 99128b7e45f8b95d962da2e6ea584767f0c85455 .
100
100
101
101
#[ cfg( windows) ]
102
102
fn handle_is_console ( handle : BorrowedHandle < ' _ > ) -> bool {
@@ -138,8 +138,6 @@ fn handle_is_console(handle: BorrowedHandle<'_>) -> bool {
138
138
}
139
139
140
140
/// Returns true if there is an MSYS tty on the given handle.
141
- ///
142
- /// This incoproates d7b0bcb20f2f7d5f3ea3489d56ece630147e98f5
143
141
#[ cfg( windows) ]
144
142
unsafe fn msys_tty_on ( handle : HANDLE ) -> bool {
145
143
use std:: ffi:: c_void;
You can’t perform that action at this time.
0 commit comments