Skip to content

Commit 2557995

Browse files
committed
Auto merge of rust-lang#15546 - cuishuang:master, r=lnicola
remove the repetitive word
2 parents 60182f7 + 056b6b9 commit 2557995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-def/src/nameres.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ use crate::{
9393
#[derive(Debug, PartialEq, Eq)]
9494
pub struct DefMap {
9595
_c: Count<Self>,
96-
/// When this is a block def map, this will hold the block id of the the block and module that
96+
/// When this is a block def map, this will hold the block id of the block and module that
9797
/// contains this block.
9898
block: Option<BlockInfo>,
9999
/// The modules and their data declared in this crate.

0 commit comments

Comments
 (0)