diff --git a/pbs-datastore/src/snapshot_reader.rs b/pbs-datastore/src/snapshot_reader.rs index 36349888..99ae1180 100644 --- a/pbs-datastore/src/snapshot_reader.rs +++ b/pbs-datastore/src/snapshot_reader.rs @@ -1,8 +1,8 @@ use std::fs::File; use std::os::unix::io::{AsRawFd, FromRawFd}; use std::path::Path; -use std::sync::Arc; use std::rc::Rc; +use std::sync::Arc; use anyhow::{bail, Error}; use nix::dir::Dir;