nac3standalone: cleanup

escape-analysis
ychenfo 2021-09-10 21:27:08 +08:00
parent 4eacd1aa9e
commit 03b5e51822
1 changed files with 1 additions and 1 deletions

View File

@ -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,