forked from M-Labs/nac3
nac3standalone: cleanup
This commit is contained in:
parent
4eacd1aa9e
commit
03b5e51822
|
@ -6,7 +6,7 @@ use inkwell::{
|
|||
targets::*,
|
||||
OptimizationLevel,
|
||||
};
|
||||
use parking_lot::{Mutex, RwLock};
|
||||
use parking_lot::RwLock;
|
||||
use rustpython_parser::{
|
||||
ast::{fold::Fold, StmtKind},
|
||||
parser,
|
||||
|
|
Loading…
Reference in New Issue