1
Fork 0

Stabilize IsTerminal

closes: https://github.com/rust-lang/rust/issues/98070
This commit is contained in:
Josh Triplett 2023-04-08 14:24:16 +09:00
parent 0f0dc29264
commit afd45c2e10
13 changed files with 6 additions and 15 deletions

View file

@ -254,7 +254,6 @@
#![feature(exhaustive_patterns)]
#![feature(if_let_guard)]
#![feature(intra_doc_pointers)]
#![feature(is_terminal)]
#![feature(lang_items)]
#![feature(let_chains)]
#![feature(linkage)]