diff --git a/src/main/starlark/builtins_bzl/common/cc/cc_library.bzl b/src/main/starlark/builtins_bzl/common/cc/cc_library.bzl index 1d5b5bef954c19..5a68c89be5d18f 100755 --- a/src/main/starlark/builtins_bzl/common/cc/cc_library.bzl +++ b/src/main/starlark/builtins_bzl/common/cc/cc_library.bzl @@ -850,8 +850,6 @@ The list of other libraries that the library target depends on. Unlike with transitive deps) are only used for compilation of this library, and not libraries that depend on it. Libraries specified with implementation_deps are still linked in binary targets that depend on this library. -

For now usage is limited to cc_libraries and guarded by the flag ---experimental_cc_implementation_deps.

"""), "strip_include_prefix": attr.string(doc = """ The prefix to strip from the paths of the headers of this rule.