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.
2 parents 685c18d + b540813 commit 7065f0eCopy full SHA for 7065f0e
src/cargo/util/context/mod.rs
@@ -215,7 +215,7 @@ pub struct GlobalContext {
215
/// Cache of credentials from configuration or credential providers.
216
/// Maps from url to credential value.
217
credential_cache: LazyCell<RefCell<HashMap<CanonicalUrl, CredentialCacheValue>>>,
218
- /// Cache of registry config from from the `[registries]` table.
+ /// Cache of registry config from the `[registries]` table.
219
registry_config: LazyCell<RefCell<HashMap<SourceId, Option<RegistryConfig>>>>,
220
/// Locks on the package and index caches.
221
package_cache_lock: CacheLocker,
0 commit comments