Skip to content

Commit b540813

Browse files
committed
chore: remove repetitive words
Signed-off-by: pavedroad <[email protected]>
1 parent 685c18d commit b540813

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)