Pin bare-reference independence and tighten the shared-draw comments
Tests / vet + fmt + tests (pull_request) Successful in 1m3s

This commit is contained in:
2026-09-03 23:29:10 +02:00
parent 93ac610192
commit d237c15d77
3 changed files with 28 additions and 4 deletions
+1 -2
View File
@@ -56,8 +56,7 @@ func render(s *session, n node) string {
}
// renderShared is render with a shared draw context: the draws a record shares
// across its columns. A nil shared means a standalone render, where a reference
// is drawn per expansion as it always has been.
// across its columns; a nil shared is a standalone render.
func renderShared(s *session, n node, shared *draws) string {
switch n := n.(type) {
case *choice: