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
|
|
@ -848,7 +848,7 @@ progresses (a rebuild reads `stop_for_update`, then `swap`, then
|
|||
life). Two consequences for anything rendering it:
|
||||
|
||||
- The label vocabulary is **open** — it's the node's own wire tag
|
||||
(`NodeKind::as_str`, the same strings the graph wire's node
|
||||
(`NodeKind`'s `&str` conversion, the same strings the graph wire's node
|
||||
labels carry), not a fixed set. Treat it as an opaque display
|
||||
string; don't switch on specific values. `restarting` in
|
||||
particular no longer exists, because no node kind is unique to a
|
||||
|
|
|
|||
Loading…
Reference in a new issue