We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab28dcd commit 8ece1dcCopy full SHA for 8ece1dc
1 file changed
crates/blobber/src/blobs/fetch.rs
@@ -215,7 +215,6 @@ where
215
///
216
/// We assume the CL will NEVER return unrelated blobs, only correct ones.
217
#[instrument(skip_all)]
218
- #[allow(dead_code)]
219
async fn get_blobs_from_cl(
220
&self,
221
slot: usize,
0 commit comments