diff --git a/src/content/read.rs b/src/content/read.rs index 2e39160..95f46ae 100644 --- a/src/content/read.rs +++ b/src/content/read.rs @@ -59,7 +59,6 @@ pub fn open(cache: &Path, sri: Integrity) -> Result { }) } -#[allow(clippy::needless_lifetimes)] pub async fn open_async(cache: &Path, sri: Integrity) -> Result { Ok(AsyncReader { fd: async_std::fs::File::open(cache).await?,