Bläddra i källkod

Remove clean up comment

Vecna 2 år sedan
förälder
incheckning
5daf506a9f
1 ändrade filer med 0 tillägg och 2 borttagningar
  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;