From 5daf506a9fb6a4cae2963abf5f63578da3d15a2b Mon Sep 17 00:00:00 2001 From: Vecna Date: Tue, 21 Mar 2023 09:32:28 -0400 Subject: [PATCH] Remove clean up comment --- src/bin/lox_client.rs | 2 -- 1 file changed, 2 deletions(-) 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;