diff --git a/src/bin/lox_client.rs b/src/bin/lox_client.rs index cef200c..7adb6d2 100644 --- a/src/bin/lox_client.rs +++ b/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;