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
Don't lint indexing_slicing lints on proc macros
This pr fixesrust-lang/rust-clippy#12824
Even though the issue mentions the indexing case only, it was easy to apply the fix to the slicing case as well.
changelog: [`out_of_bounds_indexing`, `indexing_slicing`]: Don't lint on procedural macros.
example
about macro rule try_or! see #12911
The text was updated successfully, but these errors were encountered: