Fix instance of uneeded brackets in use_statement (thanks to #333)

This commit is contained in:
DJMcNab 2018-12-29 22:32:39 +00:00
parent f18e25f24c
commit c881fc607e

View File

@ -31,7 +31,7 @@ use rustc_hash::{FxHashMap, FxHashSet};
use relative_path::RelativePathBuf;
use crossbeam_channel::Receiver;
use walkdir::DirEntry;
use thread_worker::{WorkerHandle};
use thread_worker::WorkerHandle;
use crate::{
arena::{ArenaId, Arena},