mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.
This commit is contained in:
parent
115d859551
commit
e2fafd2dfc
22 changed files with 108 additions and 69 deletions
|
@ -67,6 +67,7 @@ extern crate mime_guess;
|
|||
extern crate mitochondria;
|
||||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
extern crate nonzero;
|
||||
extern crate num_traits;
|
||||
extern crate offscreen_gl_context;
|
||||
extern crate open;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue