-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters