apply clippy changes

This commit is contained in:
Chance 2024-12-06 16:57:52 -05:00 committed by BitSyndicate
parent ae62990e90
commit 2c389c356a
6 changed files with 12 additions and 6 deletions

View file

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