We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24e27d commit bdc9e23Copy full SHA for bdc9e23
src/rpc.rs
@@ -65,7 +65,7 @@ impl<D: crate::store::Store> Blobs<D> {
65
pub fn client(&self) -> blobs::MemClient {
66
let client = self
67
.rpc_handler
68
- .get_or_init(|| RpcHandler::new(&self))
+ .get_or_init(|| RpcHandler::new(self))
69
.client
70
.clone();
71
blobs::Client::new(client)
0 commit comments