From: Cherry Mui Date: Fri, 8 Dec 2023 20:11:47 +0000 (-0500) Subject: doc/go1.22: remove stale TODO and comments for vet changes X-Git-Tag: go1.22rc1~56 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b55bf2d786e947a7ab33585420c4ac8841945f5d;p=gostls13.git 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 --- 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