diff options
Diffstat (limited to 'python/tidy/servo_tidy_tests/lib.rs')
-rw-r--r-- | python/tidy/servo_tidy_tests/lib.rs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/python/tidy/servo_tidy_tests/lib.rs b/python/tidy/servo_tidy_tests/lib.rs deleted file mode 100644 index 5fea057b5c5..00000000000 --- a/python/tidy/servo_tidy_tests/lib.rs +++ /dev/null @@ -1,14 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ - -#![feature(def)] -#![feature(abc)] - -#![feature(abc, def, ghi)] -#![feature(aaa)] - -#![feature(def, ghi, abc)] - -#![feature(ghi)] -#![feature(abd, hef)] |