We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4583a59 commit 9c476cfCopy full SHA for 9c476cf
src/lib.rs
@@ -33,10 +33,7 @@ Please have a look at the [dashboard demo](https://github.com/Byron/crates-io-cl
33
[](https://asciinema.org/a/301838)
34
35
Run it with `cargo run --example dashboard` and see what else it can do by checking out `cargo run --example dashboard -- --help`.
36
-*/
37
-#[cfg(feature = "atty")]
38
-pub use atty;
39
-
+ */
40
#[cfg(feature = "progress-tree")]
41
///
42
pub mod tree;
0 commit comments