We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60182f7 + 056b6b9 commit 2557995Copy full SHA for 2557995
crates/hir-def/src/nameres.rs
@@ -93,7 +93,7 @@ use crate::{
93
#[derive(Debug, PartialEq, Eq)]
94
pub struct DefMap {
95
_c: Count<Self>,
96
- /// 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
97
/// contains this block.
98
block: Option<BlockInfo>,
99
/// The modules and their data declared in this crate.
0 commit comments