Skip to content

Commit 0c0664b

Browse files
committed
hugr-core: comment on Visibility mentions optimization/analysis
1 parent 3c71735 commit 0c0664b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hugr-core/src/core.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ impl<N: HugrNode> std::fmt::Display for Wire<N> {
277277
}
278278

279279
/// Marks [FuncDefn](crate::ops::FuncDefn)s and [FuncDecl](crate::ops::FuncDecl)s as
280-
/// to whether they should be considered for linking.
280+
/// to whether they should be considered for linking, and as reachable (starting points)
281+
/// for optimization/analysis.
281282
#[derive(
282283
Clone,
283284
Debug,

0 commit comments

Comments
 (0)