Skip to content

Commit 530cc33

Browse files
committed
docs: fix the wrong cache directory path
1 parent 9829344 commit 530cc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ impl Config {
363363
self.registry_base_path().join("index")
364364
}
365365

366-
/// Gets the Cargo registry cache directory (`<cargo_home>/registry/path`).
366+
/// Gets the Cargo registry cache directory (`<cargo_home>/registry/cache`).
367367
pub fn registry_cache_path(&self) -> Filesystem {
368368
self.registry_base_path().join("cache")
369369
}

0 commit comments

Comments
 (0)