소스 검색

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;