mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +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
|
@ -117,13 +117,6 @@ async function clippy() {
|
|||
"--",
|
||||
"-D",
|
||||
"warnings",
|
||||
"-A",
|
||||
// https://github.com/rust-lang/rust-clippy/issues/407
|
||||
"clippy::extra_unused_lifetimes",
|
||||
"-A",
|
||||
// https://github.com/rust-lang/rust-clippy/issues/7271
|
||||
// False positives in core/resources.rs for lifetime elision.
|
||||
"clippy::needless_lifetimes",
|
||||
],
|
||||
stdout: "inherit",
|
||||
stderr: "inherit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue