aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/types/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/types/BUILD.bazel')
-rw-r--r--absl/types/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/types/BUILD.bazel b/absl/types/BUILD.bazel
index 8d09440..f1e432d 100644
--- a/absl/types/BUILD.bazel
+++ b/absl/types/BUILD.bazel
@@ -48,7 +48,7 @@ cc_library(
hdrs = ["bad_any_cast.h"],
copts = ABSL_EXCEPTIONS_FLAG + ABSL_DEFAULT_COPTS,
features = [
- "-use_header_modules", # b/33207452
+ "-use_header_modules",
],
deps = [
"//absl/base",
@@ -153,7 +153,7 @@ cc_library(
hdrs = ["bad_optional_access.h"],
copts = ABSL_DEFAULT_COPTS + ABSL_EXCEPTIONS_FLAG,
features = [
- "-use_header_modules", # b/33207452
+ "-use_header_modules",
],
deps = [
"//absl/base",