-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #14234 - epage:bad-path, r=weihanglo
fix(overrides): Don't warn on duplicate packages from using '..' ### What does this PR try to resolve? As part of #10752, I was changing the "duplicate package" warning to be like: ``` [WARNING] skipping duplicate package `a2 v0.5.0 ([ROOT]/foo/b/../a)`: [ROOT]/foo/b/../a/a2/Cargo.toml in favor of [ROOT]/foo/a/a2/Cargo.toml ``` and it showed that we were considering two paths to the same package to be duplicates. This suppresses that warning. ### How should we test and review this PR? ### Additional information
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
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