We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3246495 + d864b8b commit 9a71009Copy full SHA for 9a71009
src/lib.rs
@@ -7,7 +7,6 @@
7
#![feature(yeet_expr)]
8
#![feature(nonzero_ops)]
9
#![feature(local_key_cell_methods)]
10
-#![feature(is_terminal)]
11
#![feature(round_ties_even)]
12
// Configure clippy and other lints
13
#![allow(
tests/pass/shims/fs.rs
@@ -3,7 +3,6 @@
3
4
#![feature(io_error_more)]
5
#![feature(io_error_uncategorized)]
6
use std::collections::HashMap;
use std::ffi::{c_char, OsString};
tests/pass/shims/io.rs
@@ -1,5 +1,3 @@
1
2
-
use std::io::IsTerminal;
fn main() {
0 commit comments