summaryrefslogtreecommitdiff
path: root/absl
diff options
context:
space:
mode:
authorGravatar Vitaly Goldshteyn <goldvitaly@google.com>2024-06-21 00:04:54 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2024-06-21 00:05:32 -0700
commit8a28a0c8732ba3bf0191fb6292fcad6e5948a047 (patch)
tree1d3c26e442a0364b7b874346401cb54bd5d02b51 /absl
parent0f29d3e828949fbd7dd5e8e7e551b297ff2cdbee (diff)
Remove NOLINT for `#include <new>` for __cpp_lib_launder
PiperOrigin-RevId: 645286828 Change-Id: I00efdf1bf774daafbd34c898cf4a524852b638e0
Diffstat (limited to 'absl')
-rw-r--r--absl/container/node_hash_map_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/node_hash_map_test.cc b/absl/container/node_hash_map_test.cc
index 2657828e..4ad5d0dc 100644
--- a/absl/container/node_hash_map_test.cc
+++ b/absl/container/node_hash_map_test.cc
@@ -15,7 +15,7 @@
#include "absl/container/node_hash_map.h"
#include <cstddef>
-#include <new> // NOLINT: used for __cpp_lib_launder
+#include <new>
#include <string>
#include <tuple>
#include <type_traits>