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
{ path = "axum::extract::Extension", reason = "We recommend migrating from Extension to State for sharing application state since that is more type safe and faster." },
{ path = "axum::Extension", reason = "We recommend migrating from Extension to State for sharing application state since that is more type safe and faster." },
# { path = "std::iter::Iterator::zip", reason = "if a.len() > b.len(), a.zip(b) would lost some elements in a" },