Skip to content

Commit

Permalink
remove unused feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 29, 2024
1 parent 4583a59 commit 9c476cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ Please have a look at the [dashboard demo](https://github.com/Byron/crates-io-cl
[![asciicast](https://asciinema.org/a/301838.svg)](https://asciinema.org/a/301838)
Run it with `cargo run --example dashboard` and see what else it can do by checking out `cargo run --example dashboard -- --help`.
*/
#[cfg(feature = "atty")]
pub use atty;

*/
#[cfg(feature = "progress-tree")]
///
pub mod tree;
Expand Down

0 comments on commit 9c476cf

Please sign in to comment.