mirror of https://github.com/astral-sh/uv
Remove resolved TODO in `allowed_indexes` (#14912)
## Summary This got solved in #14858.
This commit is contained in:
parent
ae1964935f
commit
0a51489ec4
|
|
@ -408,9 +408,6 @@ impl<'a> IndexLocations {
|
|||
} else {
|
||||
let mut indexes = vec![];
|
||||
|
||||
// TODO(charlie): By only yielding the first default URL, we'll drop credentials if,
|
||||
// e.g., an authenticated default URL is provided in a configuration file, but an
|
||||
// unauthenticated default URL is present in the receipt.
|
||||
let mut seen = FxHashSet::default();
|
||||
let mut default = false;
|
||||
for index in {
|
||||
|
|
|
|||
Loading…
Reference in New Issue