From 06dbf6121ad77e9ea3288df99bfe4e94f8776f38 Mon Sep 17 00:00:00 2001
From: Jeremy Faller
Date: Thu, 2 Dec 2021 13:18:33 -0500
Subject: [PATCH] doc/go1.18: remove some TODOs for changes we aren't
mentioning
Updates #47694
Change-Id: I8fdbded4aaf974425ee317a1cdd940a5ac88c0b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/368794
Trust: Jeremy Faller
Run-TryBot: Jeremy Faller
TryBot-Result: Gopher Robot
Reviewed-by: Ian Lance Taylor
---
doc/go1.18.html | 8 --------
1 file changed, 8 deletions(-)
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
,
--
2.50.0