aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/docs/skylark/rules.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/site/docs/skylark/rules.md b/site/docs/skylark/rules.md
index 85a1941e25..ad550cd745 100644
--- a/site/docs/skylark/rules.md
+++ b/site/docs/skylark/rules.md
@@ -5,9 +5,6 @@ title: Rules
# Rules
-**Status: Experimental**. We may make breaking changes to the API, but we will
- announce them.
-
A rule defines a series of [actions](#actions) that Bazel should perform on
inputs to get a set of outputs. For example, a C++ binary rule might take a set
of `.cpp` files (the inputs), run `g++` on them (the action), and return an