Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Mar 30, 2021
1 parent aa1f53b commit 99aa104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ use std::{
path::{Path, PathBuf},
sync::atomic::{AtomicBool, AtomicU64, AtomicUsize, Ordering},
sync::{Arc, Mutex, MutexGuard, RwLock},
thread::{Builder, JoinHandle},
thread::Builder,
time::Instant,
};
use tempfile::TempDir;
Expand Down

0 comments on commit 99aa104

Please sign in to comment.