about summary refs log tree commit diff
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-09-02 14:18:10 +0800
committercui fliter <imcusg@gmail.com>2023-09-02 14:18:10 +0800
commit056b6b9416ab69e89c5aeb610590e5fc7e7e32ef (patch)
tree9bcb7a58ae894481c06fadc2a5c337c034e7c9cf
parent60182f7043da54e13beaf664c971db5608c1654f (diff)
downloadrust-056b6b9416ab69e89c5aeb610590e5fc7e7e32ef.tar.gz
rust-056b6b9416ab69e89c5aeb610590e5fc7e7e32ef.zip
remove the repetitive word
Signed-off-by: cui fliter <imcusg@gmail.com>
-rw-r--r--crates/hir-def/src/nameres.rs2
1 files changed, 1 insertions, 1 deletions
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 @@ use crate::{
 #[derive(Debug, PartialEq, Eq)]
 pub struct DefMap {
     _c: Count<Self>,
-    /// 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<BlockInfo>,
     /// The modules and their data declared in this crate.