diff --git a/doc/go1.18.html b/doc/go1.18.html index 8f0fc1fb71..8dc6a88ef3 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -428,10 +428,6 @@ proposal. to eliminate the need to perform uintptr to unsafe.Pointer conversions at the callsite (as unsafe.Pointer rules require).

-

- TODO: https://golang.org/cl/321889: allocate hiter as part of MapIter -

-

The new MapIter.Reset @@ -442,10 +438,6 @@ proposal. over many maps.

-

- TODO: https://golang.org/cl/345486: optimize for maps with string keys -

-

A number of methods ( Value.CanInt,