aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy_tests/ban.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-09-26 00:16:22 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2017-09-26 09:49:00 +0200
commitd29335040d78a19f25830061484cf70dc03a9c21 (patch)
treebac565ff8784a124a385632a3b0680c326510d93 /python/tidy/servo_tidy_tests/ban.rs
parent7be32fb2371a14ba61b008a37e79761f66c073c7 (diff)
downloadservo-d29335040d78a19f25830061484cf70dc03a9c21.tar.gz
servo-d29335040d78a19f25830061484cf70dc03a9c21.zip
Rename MutJS<T> to MutDom<T>
Diffstat (limited to 'python/tidy/servo_tidy_tests/ban.rs')
-rw-r--r--python/tidy/servo_tidy_tests/ban.rs2
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
}