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 1149535 commit 2351a93Copy full SHA for 2351a93
src/cargo/sources/registry/index/mod.rs
@@ -51,7 +51,7 @@ const INDEX_V_MAX: u32 = 2;
51
///
52
/// Different kinds of registries store the index differently:
53
54
-/// * [`LocalRegistry`]` is a simple on-disk tree of files of the raw index.
+/// * [`LocalRegistry`] is a simple on-disk tree of files of the raw index.
55
/// * [`RemoteRegistry`] is stored as a raw git repository.
56
/// * [`HttpRegistry`] fills the on-disk index cache directly without keeping
57
/// any raw index.
0 commit comments