job_queue: fix dangling rustdoc intra-doc link left by strum conversion
This commit is contained in:
parent
fa139342ed
commit
01c0a6dcba
2 changed files with 2 additions and 2 deletions
|
|
@ -281,7 +281,7 @@ impl JobQueue {
|
|||
/// so both are running and both name `a`. Anything keying this set by agent
|
||||
/// alone will silently drop one — see [`scheduler`].
|
||||
///
|
||||
/// `label` is the node's own wire tag ([`NodeKind::as_str`]), the same
|
||||
/// `label` is the node's own wire tag (`NodeKind`'s `&str` conversion), the same
|
||||
/// vocabulary the graph wire ships as a node's label, so a pill and a
|
||||
/// graph node name an operation identically. `takes_container_down` is the
|
||||
/// crash watcher's
|
||||
|
|
|
|||
Loading…
Reference in a new issue