Add a doclink.
This commit is contained in:
committed by
teymour-aldridge
parent
224d116bff
commit
28ede8356a
@@ -480,7 +480,7 @@ struct BlockNode {
|
|||||||
seq: SequenceNumber,
|
seq: SequenceNumber,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Iterate over blocks in layout order. See `Layout::blocks()`.
|
/// Iterate over blocks in layout order. See [crate::ir::layout::Layout::blocks].
|
||||||
pub struct Blocks<'f> {
|
pub struct Blocks<'f> {
|
||||||
layout: &'f Layout,
|
layout: &'f Layout,
|
||||||
next: Option<Block>,
|
next: Option<Block>,
|
||||||
|
|||||||
Reference in New Issue
Block a user