We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allowed_indexes
1 parent ae19649 commit 0a51489Copy full SHA for 0a51489
crates/uv-distribution-types/src/index_url.rs
@@ -408,9 +408,6 @@ impl<'a> IndexLocations {
408
} else {
409
let mut indexes = vec![];
410
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.
414
let mut seen = FxHashSet::default();
415
let mut default = false;
416
for index in {
0 commit comments