diff options
Diffstat (limited to 'python/tidy/servo_tidy_tests/ban.rs')
-rw-r--r-- | python/tidy/servo_tidy_tests/ban.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy_tests/ban.rs b/python/tidy/servo_tidy_tests/ban.rs index f828053d289..fc5c600041a 100644 --- a/python/tidy/servo_tidy_tests/ban.rs +++ b/python/tidy/servo_tidy_tests/ban.rs @@ -13,7 +13,7 @@ use std::cell::UnsafeCell; struct Foo { bar: Cell<JSVal>, - //~^ ERROR Banned type Cell<JSVal> detected. Use MutJS<JSVal> instead + //~^ ERROR Banned type Cell<JSVal> detected. Use MutDom<JSVal> instead foo: UnsafeCell<JSVal> //~^ NOT AN ERROR } |