mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Replace NonZero<*{const,mut} _> with std::ptr::NonNull
This commit is contained in:
parent
52eda6082f
commit
10ec5a2bb0
11 changed files with 42 additions and 50 deletions
|
@ -68,7 +68,6 @@ extern crate mitochondria;
|
|||
extern crate mozjs as js;
|
||||
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