about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2023-04-08 14:24:16 +0900
committerJosh Triplett <josh@joshtriplett.org>2023-04-10 17:24:23 +0900
commitafd45c2e10d9a5dbb277852384bb3d2245239f63 (patch)
tree3939a586085accf7e880b83345ab5c1209a01053 /compiler/rustc_driver_impl/src
parent0f0dc292641cb29f441e979ea26f10e1402b931f (diff)
Stabilize IsTerminal
closes: https://github.com/rust-lang/rust/issues/98070
Diffstat (limited to 'compiler/rustc_driver_impl/src')
-rw-r--r--compiler/rustc_driver_impl/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_driver_impl/src/lib.rs b/compiler/rustc_driver_impl/src/lib.rs
index 730d41ab962..ba5873d79a2 100644
--- a/compiler/rustc_driver_impl/src/lib.rs
+++ b/compiler/rustc_driver_impl/src/lib.rs
@@ -5,7 +5,6 @@
 //! This API is completely unstable and subject to change.
 
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
-#![feature(is_terminal)]
 #![feature(lazy_cell)]
 #![feature(decl_macro)]
 #![recursion_limit = "256"]