mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove components/nonzero, use std::num::NonZero instead
This commit is contained in:
parent
d55a003c92
commit
e39f741321
15 changed files with 5 additions and 158 deletions
|
@ -14,7 +14,6 @@ extern crate ipc_channel;
|
|||
#[macro_use] extern crate lazy_static;
|
||||
extern crate malloc_size_of;
|
||||
#[macro_use] extern crate malloc_size_of_derive;
|
||||
extern crate nonzero;
|
||||
extern crate offscreen_gl_context;
|
||||
#[macro_use] extern crate serde;
|
||||
extern crate serde_bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue