mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Rename MutJS<T> to MutDom<T>
This commit is contained in:
parent
7be32fb237
commit
d29335040d
12 changed files with 45 additions and 45 deletions
|
@ -13,7 +13,7 @@ use script::test::Node;
|
|||
|
||||
struct Foo {
|
||||
bar: DOMRefCell<Dom<Node>>
|
||||
//~^ ERROR Banned type DOMRefCell<Dom<T>> detected. Use MutJS<T> instead
|
||||
//~^ ERROR Banned type DOMRefCell<Dom<T>> detected. Use MutDom<T> instead
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue