We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3408c0e commit bea45b7Copy full SHA for bea45b7
1 file changed
src/lib.rs
@@ -41,7 +41,7 @@ use tokio::{
41
#[cfg(feature = "integration-test")]
42
pub use hdfs_native::minidfs;
43
44
-#[derive(Debug)]
+#[derive(Debug, Clone)]
45
pub struct HdfsObjectStore {
46
client: Arc<Client>,
47
}
0 commit comments