fix(tvix/nix-compat/nar/wire): correct Node::Some doc comment
It is *eventually* followed by a Node, but there is some stuff in between. Change-Id: Ie7c7b462828bd3e066f4a7e774895f30b82763ef Reviewed-on: https://cl.tvl.fyi/c/depot/+/9768 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
2cae6a02b9
commit
e64acba454
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ tag::make! {
|
|||
pub enum Entry[0] {
|
||||
/// End of directory
|
||||
None = TOK_PAR,
|
||||
/// Directory entry, which must be followed by [Node]
|
||||
/// Directory entry
|
||||
/// Followed by a name string, [TOK_NOD], and a [Node].
|
||||
Some = TOK_ENT,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue