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
We need this in Servo because we generate a top-level shared library instead of an executable on Android so that we can create an executable using the Android NDK that has all the proper googly bits. But, we'd still like to be able to set RUST_LOG.
…e decompose directly (rust-lang#14370)
Closesrust-lang#11617Closesrust-lang#14368
Clippy gives wrong suggestions when the filter and then cannot be put
into closure directly. Since trying to transform these can be too
complicated, Clippy will simply warn but don't try to fix.
changelog: [`filter_map_bool_then`]: fix wrong suggestions when the
closure cannot be decompose directly
Crates should be able to opt-in to requesting a crate map.
An error should be generated if this attribute is specified when an
rlib
is being createdThe text was updated successfully, but these errors were encountered: