Add a doclink.

This commit is contained in:
Teymour Aldridge
2022-01-02 18:17:04 +00:00
committed by teymour-aldridge
parent 224d116bff
commit 28ede8356a

View File

@@ -480,7 +480,7 @@ struct BlockNode {
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> {
layout: &'f Layout,
next: Option<Block>,