Skip to content

Commit bea45b7

Browse files
c-thielhamidgh09
authored andcommitted
feat: Derive Clone for HdfsObjectStore (#18)
1 parent 3408c0e commit bea45b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)