1
Fork 0

Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHS

This commit is contained in:
Michael Goulet 2024-07-30 16:42:53 -04:00
parent 006c8df322
commit e65777301b
3 changed files with 32 additions and 2 deletions

View file

@ -1836,8 +1836,7 @@ declare_lint! {
/// [placeholder lifetime]: https://doc.rust-lang.org/reference/lifetime-elision.html#lifetime-elision-in-functions
pub ELIDED_LIFETIMES_IN_PATHS,
Allow,
"hidden lifetime parameters in types are deprecated",
crate_level_only
"hidden lifetime parameters in types are deprecated"
}
declare_lint! {