Skip to content

Commit 0a51489

Browse files
Remove resolved TODO in allowed_indexes (#14912)
## Summary This got solved in #14858.
1 parent ae19649 commit 0a51489

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/uv-distribution-types/src/index_url.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,6 @@ impl<'a> IndexLocations {
408408
} else {
409409
let mut indexes = vec![];
410410

411-
// TODO(charlie): By only yielding the first default URL, we'll drop credentials if,
412-
// e.g., an authenticated default URL is provided in a configuration file, but an
413-
// unauthenticated default URL is present in the receipt.
414411
let mut seen = FxHashSet::default();
415412
let mut default = false;
416413
for index in {

0 commit comments

Comments
 (0)