We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd648f commit fc3dcafCopy full SHA for fc3dcaf
xtask/src/main.rs
@@ -565,9 +565,7 @@ impl Actions {
565
continue;
566
}
567
if task == Task::SemverChecks {
568
- if !dir.is_published()
569
- || matches!(dir, Dir::LibV3 | Dir::Bin | Dir::MacroInternal)
570
- {
+ if !dir.is_published() || matches!(dir, Dir::Bin | Dir::MacroInternal) {
571
// SemverChecks only makes sense for published library crates (not binary
572
// and not proc-macro).
573
0 commit comments