fix doc-comment pointers broken by the module-eval split
Both referenced the now-deleted nix/module-eval.nix. The nix side of each pairing is spread across multiple files post-split, so drop the cross-reference rather than chase it across files.
This commit is contained in:
parent
04cac80c97
commit
78ebd7db3f
2 changed files with 3 additions and 4 deletions
|
|
@ -166,8 +166,7 @@ mod tests {
|
|||
// Renaming any of these is a silent 403 at provision time, not a
|
||||
// compile error: the controller's grant spells the mount and root out
|
||||
// in `nix/host-modules/swarm-bao.nix` (`controllerPolicyText`), which
|
||||
// no Rust change can reach. Editing here means editing there, and
|
||||
// `nix/module-eval.nix` asserts the other side.
|
||||
// no Rust change can reach. Editing here means editing there.
|
||||
assert_eq!(MOUNT, "secret");
|
||||
assert_eq!(ROOT, "swarm");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue