IntersectMBO / IntersectMBO/mithril
Enhance clippy warning detection in nightly tests
Open
optimization :hammer_and_wrench:
- Dominant language
- Rust
- Stars
- 154
- Forks
- 51
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 38
Description
## Why
Some clippy warnings are not detected with the command parameter `--all-features`. We want to enhance the detection mechanism of these warnings.
## What
Test (almost) all combinations of the features in the nightly test.
## How
- [ ] In the nightly tests:
- [ ] Create a dynamic matrix with the crates
- [ ] For each crate, run clippy for all the combinations of the features for the crate
Contributor guide
Assessment
This issue has not been assessed yet.