diff --git a/data/is-terminal.toml b/data/is-terminal.toml new file mode 100644 index 0000000..a497575 --- /dev/null +++ b/data/is-terminal.toml @@ -0,0 +1,5 @@ +description = """ +`std::io::IsTerminal` has been in `std` since Rust 1.70, providing the \ +`is_terminal()` method this crate offered. +""" +url = "https://doc.rust-lang.org/std/io/trait.IsTerminal.html"