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
info: cargo-llvm-cov currently setting cfg(coverage) and cfg(coverage_nightly); you can opt-out it by passing --no-cfg-coverage and --no-cfg-coverage-nightly
So this is okay to put cfg(coverage) in the lints and there is no issue with it.
There are
#![cfg(not(coverage))]
across*_derive::ui
tests. It caused compiler warnings (part of #4993).See #5135 (comment)
The text was updated successfully, but these errors were encountered: