chore: scrub #NNN issue references from code comments and nix descriptions
Part of the docs-migration chore (issue #708). Remove GitHub issue numbers from inline comments, option descriptions, and rustdoc — these are contextless noise for anyone reading the code without access to the original discussions. Replace with prose that captures the same rationale directly. No functional change. Build still clean (cargo check passes).
This commit is contained in:
parent
083a100ba1
commit
188f3ea5ec
18 changed files with 131 additions and 151 deletions
|
|
@ -68,7 +68,7 @@ let
|
|||
# Filter to a set of top-level subtree roots — keeps the rendered docs
|
||||
# focused on hyperhive's surface instead of NixOS's 10k+ default
|
||||
# options. Root choice matters: see docs/gotchas.md::Nix options
|
||||
# reference for the post-#615 services.hyperhive consolidation history.
|
||||
# reference for the services.hyperhive consolidation history.
|
||||
pickSubtrees =
|
||||
options: roots:
|
||||
let
|
||||
|
|
|
|||
Loading…
Reference in a new issue