diff --git a/src/lib.rs b/src/lib.rs index 1b8f0b6..48e2097 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -41,7 +41,7 @@ use tokio::{ #[cfg(feature = "integration-test")] pub use hdfs_native::minidfs; -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct HdfsObjectStore { client: Arc, }