mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Reorganize tree ref / node traits
rustc is no longer happy with impl<NR:TreeNodeRef<N>,N:TreeNode<NR>> TreeUtils for NR
This commit is contained in:
parent
abaeb58203
commit
1bdaff0fad
13 changed files with 327 additions and 238 deletions
|
@ -13,7 +13,7 @@ use dom::window::Window;
|
|||
|
||||
use js::jsapi::{JSObject, JSContext};
|
||||
|
||||
use servo_util::tree::TreeUtils;
|
||||
use servo_util::tree::TreeNodeRef;
|
||||
|
||||
use std::libc;
|
||||
use std::ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue