diff options
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py index 54901fd9b02..da930eea333 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -25,6 +25,9 @@ ignored_files = [ "components/script/dom/bindings/codegen/*", "components/style/properties/mod.rs", "components/servo/target/*", + + # MIT license + "components/util/deque/mod.rs", ] |