ソースを参照

Remove comment

David Peter 2 週間 前
コミット
8bfb0971fb
1 ファイル変更0 行追加2 行削除
  1. 0 2
      numbat/src/lib.rs

+ 0 - 2
numbat/src/lib.rs

@@ -823,8 +823,6 @@ impl Context {
         };
 
         let color = if colorize {
-            // by leaving it in auto we makes sure it can still
-            // chose between true or ansi colors
             ColorChoice::Auto
         } else {
             ColorChoice::Never