apply clippy changes

This commit is contained in:
Chance 2024-12-06 16:57:52 -05:00 committed by lily
parent b1a6ad4f08
commit 77a13cc11b
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
6 changed files with 12 additions and 6 deletions
engine/src/core/repl

View file

@ -1,5 +1,5 @@
pub mod commands;
pub mod repl;
pub mod exec;
use std::{borrow::Borrow, collections::HashMap, sync::Arc};