diff options
Diffstat (limited to 'python/tidy')
-rw-r--r-- | python/tidy/servo_tidy/licenseck.py | 2 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/rust_tidy.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/tidy/servo_tidy/licenseck.py b/python/tidy/servo_tidy/licenseck.py index a4953e6eabb..96213346715 100644 --- a/python/tidy/servo_tidy/licenseck.py +++ b/python/tidy/servo_tidy/licenseck.py @@ -64,5 +64,5 @@ licenses_dep_toml = [ 'name = "servo-freetype-sys"', 'name = "simd"', 'name = "webrender"', - 'name = "webrender_traits"', + 'name = "webrender_api"', ] diff --git a/python/tidy/servo_tidy_tests/rust_tidy.rs b/python/tidy/servo_tidy_tests/rust_tidy.rs index 32c2547e502..f50cbaa5ef7 100644 --- a/python/tidy/servo_tidy_tests/rust_tidy.rs +++ b/python/tidy/servo_tidy_tests/rust_tidy.rs @@ -17,7 +17,7 @@ pub mod display_list; mod test::{ }; -extern crate webrender_traits; +extern crate webrender_api; extern crate style_traits; #[foo = "bar,baz"] |