You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: the following explicit lifetimes could be elided: 'de
--> /mnt/e/User/Documents/projects/rust/ytmnd-backend/target/debug/build/ytmnd-backend-deec8404a84968ed/out/ytmnd2.serde.rs:11866:22
|
11866 | impl<'de> serde::de::Visitor<'de> for GeneratedVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
11866 - impl<'de> serde::de::Visitor<'de> for GeneratedVisitor {
11866 + impl serde::de::Visitor<'_> for GeneratedVisitor {
|
warning: the following explicit lifetimes could be elided: 'de
--> /mnt/e/User/Documents/projects/rust/ytmnd-backend/target/debug/build/ytmnd-backend-deec8404a84968ed/out/ytmnd2.serde.rs:11949:22
|
11949 | impl<'de> serde::de::Visitor<'de> for GeneratedVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
11949 - impl<'de> serde::de::Visitor<'de> for GeneratedVisitor {
11949 + impl serde::de::Visitor<'_> for GeneratedVisitor {
|
warning: the following explicit lifetimes could be elided: 'de
--> /mnt/e/User/Documents/projects/rust/ytmnd-backend/target/debug/build/ytmnd-backend-deec8404a84968ed/out/ytmnd2.serde.rs:12036:22
|
12036 | impl<'de> serde::de::Visitor<'de> for GeneratedVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
12036 - impl<'de> serde::de::Visitor<'de> for GeneratedVisitor {
12036 + impl serde::de::Visitor<'_> for GeneratedVisitor {
|
warning: the following explicit lifetimes could be elided: 'de
--> /mnt/e/User/Documents/projects/rust/ytmnd-backend/target/debug/build/ytmnd-backend-deec8404a84968ed/out/ytmnd2.serde.rs:12156:22
|
12156 | impl<'de> serde::de::Visitor<'de> for GeneratedVisitor {
| ^^^ ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
12156 - impl<'de> serde::de::Visitor<'de> for GeneratedVisitor {
12156 + impl serde::de::Visitor<'_> for GeneratedVisitor {
etc etc...
The text was updated successfully, but these errors were encountered:
My clippy outputs are now spammed with this:
etc etc...
The text was updated successfully, but these errors were encountered: