ソースを参照

Remove clean up comment

Vecna 1 年間 前
コミット
5daf506a9f
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/bin/lox_client.rs

+ 0 - 2
src/bin/lox_client.rs

@@ -1,5 +1,3 @@
-// During a later cleanup, this file will replace lox_client.rs.
-
 // This seems like probably not the best way to do this, but it works.
 #[path = "../client_lib.rs"]
 mod client_lib;