From 5b36c86c15933a6f55fd4d49712461c263a3de1c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 10 Sep 2016 00:05:20 -0400 Subject: Rejigger the atty detection stuff. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 493256f0..46ff894d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -57,6 +57,7 @@ macro_rules! eprintln { } mod args; +mod atty; mod gitignore; mod glob; mod ignore; @@ -64,7 +65,6 @@ mod out; mod printer; mod search; mod search_buffer; -mod sys; mod terminal; mod types; mod walk; -- cgit v1.2.3