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
enforced by workspace level lints, now specified in each Cargo.toml
this change set is created automatically by `cargo fix --edition --all`,
then with manual fixes afterwards:
* remove uses of expr_2021 in macros, which is not available in the
MSRV.
* Manual fix to ngx_container_of! macro for safety rules in 2024, as well
as various conditional and in-macro uses of no_mangle -
these weren't migrated automatically by `cargo fix`
* Manual fixes to several other macros that created an &mut Request in an
expression, Rust 2024 is stricter about taking &mut of temporaries, so
instead the request is let-bound first.
0 commit comments