Skip to content

Commit 1980aa3

Browse files
Remove obsolete advice on BUILD flags
PiperOrigin-RevId: 164718342
1 parent c391c07 commit 1980aa3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

community/style_guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ TensorFlow uses Bazel build system and enforces next requirements:
3636

3737
```
3838
# Description:
39-
# <...>
39+
# <...>
4040
4141
package(
4242
default_visibility = ["//visibility:private"],
43-
features = ["-parse_headers"],
4443
)
4544
4645
licenses(["notice"]) # Apache 2.0

0 commit comments

Comments
 (0)