Stabilize IsTerminal
closes: https://github.com/rust-lang/rust/issues/98070
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
#![feature(is_terminal)]
|
||||
|
||||
use std::env::{self, VarError};
|
||||
use std::fmt::{self, Display};
|
||||
|
||||
Reference in New Issue
Block a user