aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2018-05-17 11:31:52 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-05-17 11:24:59 -0500
commita440a0bdafcfa0a79d6b4e492ebdcd586f7c1a79 (patch)
treeb9afbd9ee2c657934f5367a91268fbb907244ba4 /python/tidy/servo_tidy
parent66ff70dd3e651e7d2b504bc76b82a4cbd39195e1 (diff)
downloadservo-a440a0bdafcfa0a79d6b4e492ebdcd586f7c1a79.tar.gz
servo-a440a0bdafcfa0a79d6b4e492ebdcd586f7c1a79.zip
Remove geckolib-related build commands.
Diffstat (limited to 'python/tidy/servo_tidy')
-rw-r--r--python/tidy/servo_tidy/tidy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index 9208727cbb3..a53b9ebded9 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -490,7 +490,6 @@ def check_rust(file_name, lines):
if not file_name.endswith(".rs") or \
file_name.endswith(".mako.rs") or \
file_name.endswith(os.path.join("style", "build.rs")) or \
- file_name.endswith(os.path.join("geckolib", "build.rs")) or \
file_name.endswith(os.path.join("unit", "style", "stylesheets.rs")):
raise StopIteration