Add more from the std
This commit is contained in:
3
library/std/src/sys/io/is_terminal/unsupported.rs
Normal file
3
library/std/src/sys/io/is_terminal/unsupported.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub fn is_terminal<T>(_: &T) -> bool {
|
||||
false
|
||||
}
|
||||
Reference in New Issue
Block a user