commit d4b7e8361a7bdbcf3d82b31b8a3ad656ba4b3dc4 parent 86d5d5c432fd86fa4ccebdfecdbebcf27820f4a5 Author: Drew DeVault <sir@cmpwn.com> Date: Sat, 13 Feb 2021 11:37:51 -0500 hare::lex: drop fmt dependency This was for debugging Diffstat:
M | hare/lex/lex.ha | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/hare/lex/lex.ha b/hare/lex/lex.ha @@ -3,7 +3,6 @@ use bufio; use io; use strings; use types; -use fmt; // State associated with a lexer. export type lexer = struct {