We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1149535 + 2351a93 commit d0cb869Copy full SHA for d0cb869
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