Skip to content

Commit 2ea97f4

Browse files
committed
(just) clippy
1 parent 69b33d2 commit 2ea97f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugr-passes/src/dead_funcs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ impl<H: HugrMut<Node = Node>> ComposablePass<H> for RemoveDeadFuncsPass {
151151
///
152152
/// `entry_points` may provide a list of entry points, which must be [`FuncDefn`]s (children of the root).
153153
/// * If the [HugrView::entrypoint] is the module root, then any [`FuncDefn`] children with a [link_name]
154-
/// will also be considered an entry point
154+
/// will also be considered an entry point
155155
/// * otherwise, the [HugrView::entrypoint] itself will.
156156
///
157157
/// # Errors

0 commit comments

Comments
 (0)