浏览代码

Remove comment

David Peter 1 周之前
父节点
当前提交
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