Skip to content

Commit cdfc8ac

Browse files
committed
remove ansi
1 parent a294aa0 commit cdfc8ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tmc-langs-cli/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ use walkdir::WalkDir;
2121
fn main() {
2222
env_logger::init();
2323

24-
#[cfg(target_os = "windows")]
25-
let _ = ansi_term::enable_ansi_support();
26-
2724
if let Err(e) = run() {
2825
let mut causes = vec![];
2926
let mut next_source = e.source();

0 commit comments

Comments
 (0)