From b55bf2d786e947a7ab33585420c4ac8841945f5d Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Fri, 8 Dec 2023 15:11:47 -0500 Subject: [PATCH] doc/go1.22: remove stale TODO and comments for vet changes They are already mentioned in the Vet section. For #61422. Change-Id: I773881df8c6a97263fc3d516e1d38b95679f2693 Reviewed-on: https://go-review.googlesource.com/c/go/+/548480 Reviewed-by: Than McIntosh TryBot-Bypass: Cherry Mui --- doc/go1.22.html | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index e252c3c227..fc0d95510f 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -101,23 +101,6 @@ packages that do not have their own test files. Prior to Go 1.22 a TODO: https://go.dev/cl/539016: go/analysis/passes/loopclosure: disable checker after go1.22.; loopclosure was modified to only not report in files with GoVersion after 1.22.

- -

- -

- - -

- -

- - -

- -

- -

Vet

-

New warnings for missing values after append

@@ -303,14 +286,6 @@ defer func() { -

cmd
-
-

- TODO: https://go.dev/cl/498416: cmd: add a new analyzer for check missing values after append -

-
-
-
cmp

-- 2.48.1