Quellcode durchsuchen

Remove clean up comment

Vecna vor 1 Jahr
Ursprung
Commit
5daf506a9f
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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;