Skip to content

Commit 9c476cf

Browse files
committed
remove unused feature
1 parent 4583a59 commit 9c476cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ Please have a look at the [dashboard demo](https://github.com/Byron/crates-io-cl
3333
[![asciicast](https://asciinema.org/a/301838.svg)](https://asciinema.org/a/301838)
3434
3535
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-
36+
*/
4037
#[cfg(feature = "progress-tree")]
4138
///
4239
pub mod tree;

0 commit comments

Comments
 (0)