From ed8713a0ea75dbf18aceeb736a4e7dbd189cde17 Mon Sep 17 00:00:00 2001 From: Taylor Cramer Date: Tue, 8 Sep 2026 16:19:24 -0700 Subject: [PATCH] Discourage new usage of Crubit wrapper mode. PiperOrigin-RevId: 978171515 --- features/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/BUILD b/features/BUILD index b699ff33b..8b9f21b67 100644 --- a/features/BUILD +++ b/features/BUILD @@ -35,6 +35,8 @@ _WRAPPER_FEATURES = [ # A feature set containing wrapper-library Crubit features, in addition to the officially supported # features. # +# NOTE: New usage of wrapper mode is discouraged. +# # See crubit.rs-features#wrapper crubit_feature_hint( name = "wrapper",