Commit 2ba9df5
committed
Auto merge of #8169 - ehuss:fix-resolve-warning, r=alexcrichton
Fix warning for `resolve` mismatch in workspace.
Using the new `resolve` field would cause a warning in a workspace that the member's resolve setting will be ignored, even if it is not set.
`warning: resolver for the non root package will be ignored, specify resolver at the workspace root:`
The code should only check the package member if the member's value is set.2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
796 | 798 | | |
797 | 799 | | |
798 | 800 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1592 | 1592 | | |
1593 | 1593 | | |
1594 | 1594 | | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
1595 | 1606 | | |
1596 | 1607 | | |
1597 | 1608 | | |
| |||
0 commit comments