mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +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
|
@ -65,7 +65,6 @@ mime_guess = "1.8.0"
|
|||
mozjs = { version = "0.1.10", features = ["promises"]}
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
nonzero = {path = "../nonzero"}
|
||||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = { version = "0.14", features = ["serde"] }
|
||||
open = "1.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue