Skip to content

Commit 656d3f4

Browse files
committed
doc/go1.18: remove some TODOs for changes we aren't mentioning again
These TODOs were originally removed in CL 368794. Updates #47694 Change-Id: I39d5c0ce5f96adbbc466585a5831f721057dbed5 Reviewed-on: https://go-review.googlesource.com/c/go/+/384619 Trust: Carlos Amedee <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 2e9dcb5 commit 656d3f4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

doc/go1.18.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,15 +1074,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
10741074
The old names will continue to work, but will be deprecated in a
10751075
future Go release.
10761076
</p>
1077-
1078-
<p><!-- CL 321889 -->
1079-
TODO: <a href="https://golang.org/cl/321889">https://golang.org/cl/321889</a>: allocate hiter as part of MapIter
1080-
</p>
1081-
1082-
<p><!-- CL 345486 -->
1083-
TODO: <a href="https://golang.org/cl/345486">https://golang.org/cl/345486</a>: optimize for maps with string keys
1084-
</p>
1085-
</dd>
1077+
</dd><!-- CL 321889 and CL 345486 are optimizations, no need to mention. -->
10861078
</dl><!-- reflect -->
10871079

10881080
<dl id="regexp"><dt><a href="/pkg/regexp/">regexp</a></dt>

0 commit comments

Comments
 (0)