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.
1 parent 685c18d commit b540813Copy full SHA for b540813
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