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
It'd also be useful to use #![cfg_attr(docsrs, feature(doc_auto_cfg))] like I do with clap. While reviewing crate-ci/cargo-release#693, I was scratching my head for a bit as to why I see LocalRegistry in the docs but it wasn't being matched in the PR.
Describe the bug
If one package is using
tame-index
and another package activatesfeature = "local"
, then the build will breakExpected behavior
Build should not break; features should be additive
Additional context
Potential solutions
ComboIndexCache
non_exhaustive
Local
variant but ensureLocalRegistry
can never be constructedThe text was updated successfully, but these errors were encountered: