diff --git a/ipfs/src/lib.rs b/ipfs/src/lib.rs index ce3c86a..98eeb54 100644 --- a/ipfs/src/lib.rs +++ b/ipfs/src/lib.rs @@ -151,6 +151,6 @@ mod tests { let client = super::IpfsClient::from_url("https://gateway.lighthouse.storage/ipfs/"); - let edit = client.get::(ipfs_hash, false).await.unwrap(); + let _ = client.get::(ipfs_hash, false).await.unwrap(); } }