add rust formatting rules
This commit is contained in:
parent
6f264d9278
commit
bab618708f
7 changed files with 32 additions and 15 deletions
|
@ -1,10 +1,11 @@
|
|||
pub mod commands;
|
||||
pub mod repl;
|
||||
|
||||
use std::{borrow::Borrow, collections::HashMap, sync::Arc};
|
||||
|
||||
use lazy_static::lazy_static;
|
||||
use log::{debug, info};
|
||||
use parking_lot::RwLock;
|
||||
use std::{borrow::Borrow, collections::HashMap, sync::Arc};
|
||||
|
||||
lazy_static! {
|
||||
pub static ref COMMAND_LIST: Arc<CommandList> = Arc::new(CommandList::new());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue