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
Using `#[allow(clippy::useless_conversion)]` still causes failures if
the PyO3 user uses `#[forbid(clippy::useless_conversion)]`. Instead we
can ensure the `into` call is not within a `quote_spanned!` block,
allowing clippy to know this is macro code.
rust-lang/rust-clippy#14272 (comment)
0 commit comments