nac3standalone: cleanup

This commit is contained in:
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::*, targets::*,
OptimizationLevel, OptimizationLevel,
}; };
use parking_lot::{Mutex, RwLock}; use parking_lot::RwLock;
use rustpython_parser::{ use rustpython_parser::{
ast::{fold::Fold, StmtKind}, ast::{fold::Fold, StmtKind},
parser, parser,