Skip to content

Commit 72d0279

Browse files
authored
feat: Derive Clone for HdfsObjectStore (#18)
1 parent 50cd9aa commit 72d0279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use tokio::{
4141
#[cfg(feature = "integration-test")]
4242
pub use hdfs_native::minidfs;
4343

44-
#[derive(Debug)]
44+
#[derive(Debug, Clone)]
4545
pub struct HdfsObjectStore {
4646
client: Arc<Client>,
4747
}

0 commit comments

Comments
 (0)