mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore: remove unnecessary lifetimes (#16878)
It seems we don't really need to allow these clippy rules.
This commit is contained in:
parent
972048ce36
commit
623dbe7a57
3 changed files with 5 additions and 12 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue