apply clippy changes
This commit is contained in:
parent
8d1f838a68
commit
e4a45eee82
6 changed files with 12 additions and 6 deletions
|
@ -4,7 +4,7 @@ use lazy_static::lazy_static;
|
|||
use parking_lot::Mutex;
|
||||
|
||||
use super::COMMAND_LIST;
|
||||
use crate::core::repl::repl::evaluate_command;
|
||||
use crate::core::repl::exec::evaluate_command;
|
||||
const MAX_RECURSION_DEPTH: usize = 500; // increasing this value WILL cause a stack overflow. attempt at your own risk -
|
||||
// Caz
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pub mod commands;
|
||||
pub mod repl;
|
||||
pub mod exec;
|
||||
|
||||
use std::{borrow::Borrow, collections::HashMap, sync::Arc};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue