From 8cd64504e2e96c6b93d9fb32ddbb3562473e4a13 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 9 Apr 2026 09:44:13 -0700 Subject: [PATCH] Remove unnecessary namespace bracketing for an internal nullability macro. PiperOrigin-RevId: 897160180 Change-Id: I9e82de7c744fc71246aa6b62fd54b2ca4a1a49ac --- absl/base/nullability.h | 1 + 1 file changed, 1 insertion(+) diff --git a/absl/base/nullability.h b/absl/base/nullability.h index facc6422..53aa54f1 100644 --- a/absl/base/nullability.h +++ b/absl/base/nullability.h @@ -180,6 +180,7 @@ // `absl_nonnull` is *not guaranteed* to be non-null, and the compiler won't // alert or prevent assignment of a `T* absl_nullable` to a `T* absl_nonnull`. // =========================================================================== +// SKIP_ABSL_INLINE_NAMESPACE_CHECK #ifndef ABSL_BASE_NULLABILITY_H_ #define ABSL_BASE_NULLABILITY_H_