diff options
| author | cui fliter <imcusg@gmail.com> | 2023-09-02 14:18:10 +0800 |
|---|---|---|
| committer | cui fliter <imcusg@gmail.com> | 2023-09-02 14:18:10 +0800 |
| commit | 056b6b9416ab69e89c5aeb610590e5fc7e7e32ef (patch) | |
| tree | 9bcb7a58ae894481c06fadc2a5c337c034e7c9cf | |
| parent | 60182f7043da54e13beaf664c971db5608c1654f (diff) | |
| download | rust-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.rs | 2 |
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. |
