From be4ef65aba841727a99e043ad4fc2bb1d4c2f910 Mon Sep 17 00:00:00 2001 From: "[Clippy]" Date: Sun, 21 Jul 2024 18:43:05 +0000 Subject: [PATCH] Commit from GitHub Actions () --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9a5cdff..45ad05c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,6 @@ //! # WIP THAT SHIT STILL WONKY AF #![allow(dead_code)] -use std::sync::Arc; pub mod lex; mod tokens;