chore: remove unnecessary lifetimes (#16878)

It seems we don't really need to allow these clippy rules.
This commit is contained in:
David Sherret 2022-11-30 14:19:32 -05:00 committed by GitHub
parent 972048ce36
commit 623dbe7a57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 12 deletions

View file

@ -634,7 +634,7 @@ struct FileSystemDocuments {
}
impl FileSystemDocuments {
pub fn get<'a>(
pub fn get(
&mut self,
cache: &HttpCache,
maybe_resolver: Option<&dyn deno_graph::source::Resolver>,