Skip to content

Commit 7065f0e

Browse files
committed
Auto merge of #13575 - pavedroad:master, r=ehuss
chore: remove repetitive word
2 parents 685c18d + b540813 commit 7065f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/context/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ pub struct GlobalContext {
215215
/// Cache of credentials from configuration or credential providers.
216216
/// Maps from url to credential value.
217217
credential_cache: LazyCell<RefCell<HashMap<CanonicalUrl, CredentialCacheValue>>>,
218-
/// Cache of registry config from from the `[registries]` table.
218+
/// Cache of registry config from the `[registries]` table.
219219
registry_config: LazyCell<RefCell<HashMap<SourceId, Option<RegistryConfig>>>>,
220220
/// Locks on the package and index caches.
221221
package_cache_lock: CacheLocker,

0 commit comments

Comments
 (0)