From 2351a93055aef93e4171363817932d341a960a23 Mon Sep 17 00:00:00 2001 From: cuishuang Date: Mon, 9 Sep 2024 16:08:00 +0800 Subject: [PATCH] Remove unnecessary symbols Signed-off-by: cuishuang --- src/cargo/sources/registry/index/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/sources/registry/index/mod.rs b/src/cargo/sources/registry/index/mod.rs index e0fd92c279c..66afa52ab08 100644 --- a/src/cargo/sources/registry/index/mod.rs +++ b/src/cargo/sources/registry/index/mod.rs @@ -51,7 +51,7 @@ const INDEX_V_MAX: u32 = 2; /// /// Different kinds of registries store the index differently: /// -/// * [`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. /// * [`RemoteRegistry`] is stored as a raw git repository. /// * [`HttpRegistry`] fills the on-disk index cache directly without keeping /// any raw index.