Skip to content

Commit d0cb869

Browse files
committed
Auto merge of #14519 - cuishuang:master, r=epage
Remove unnecessary symbols
2 parents 1149535 + 2351a93 commit d0cb869

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/sources/registry/index

1 file changed

+1
-1
lines changed

src/cargo/sources/registry/index/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const INDEX_V_MAX: u32 = 2;
5151
///
5252
/// Different kinds of registries store the index differently:
5353
///
54-
/// * [`LocalRegistry`]` is a simple on-disk tree of files of the raw index.
54+
/// * [`LocalRegistry`] is a simple on-disk tree of files of the raw index.
5555
/// * [`RemoteRegistry`] is stored as a raw git repository.
5656
/// * [`HttpRegistry`] fills the on-disk index cache directly without keeping
5757
/// any raw index.

0 commit comments

Comments
 (0)