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
Running clippy with the enabled "net" feature reported several
needless_lifetime warnings. This commit fixes them by switching to
anonymous lifetimes.
Versions:
cargo 1.89.0 (c24e10642 2025-06-23)
clippy 0.1.89 (29483883ee 2025-08-04)
Command:
cargo clippy --features net
0 commit comments