From 056b6b9416ab69e89c5aeb610590e5fc7e7e32ef Mon Sep 17 00:00:00 2001 From: cui fliter Date: Sat, 2 Sep 2023 14:18:10 +0800 Subject: [PATCH] remove the repetitive word Signed-off-by: cui fliter --- crates/hir-def/src/nameres.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/hir-def/src/nameres.rs b/crates/hir-def/src/nameres.rs index f2110410980..9a9fa0e02b0 100644 --- a/crates/hir-def/src/nameres.rs +++ b/crates/hir-def/src/nameres.rs @@ -93,7 +93,7 @@ #[derive(Debug, PartialEq, Eq)] pub struct DefMap { _c: Count, - /// When this is a block def map, this will hold the block id of the the block and module that + /// When this is a block def map, this will hold the block id of the block and module that /// contains this block. block: Option, /// The modules and their data declared in this crate.