Auto merge of #15546 - cuishuang:master, r=lnicola
remove the repetitive word
This commit is contained in:
commit
2557995eaa
@ -93,7 +93,7 @@ use crate::{
|
|||||||
#[derive(Debug, PartialEq, Eq)]
|
#[derive(Debug, PartialEq, Eq)]
|
||||||
pub struct DefMap {
|
pub struct DefMap {
|
||||||
_c: Count<Self>,
|
_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.
|
/// contains this block.
|
||||||
block: Option<BlockInfo>,
|
block: Option<BlockInfo>,
|
||||||
/// The modules and their data declared in this crate.
|
/// The modules and their data declared in this crate.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user