mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix some messages in the tidy script
It's MutJS<T>, not MutJS<JS<T>>.
This commit is contained in:
parent
532dee36c1
commit
dafcd821f5
3 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ use script::test::Node;
|
|||
|
||||
struct Foo {
|
||||
bar: DOMRefCell<JS<Node>>
|
||||
//~^ ERROR Banned type DOMRefCell<JS<T>> detected. Use MutJS<JS<T>> instead
|
||||
//~^ ERROR Banned type DOMRefCell<JS<T>> detected. Use MutJS<T> instead
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue