Skip to content

Commit 6ed5ca7

Browse files
fix unused
1 parent cf42978 commit 6ed5ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net_protocol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ impl<S: crate::store::Store> Blobs<S> {
241241
}
242242

243243
pub fn rt(&self) -> &LocalPoolHandle {
244-
&self.inner.rt
244+
self.inner.rt()
245245
}
246246

247247
pub fn downloader(&self) -> &Downloader {

0 commit comments

Comments
 (0)