diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-01-22 13:05:38 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-01-22 17:41:25 +0100 |
commit | 10ec5a2bb0e08940a5d14500d59f2aadd913bc19 (patch) | |
tree | d8b7892859a4dadedc79a4cd8bc951bfbee5c2ac /components/script/lib.rs | |
parent | 52eda6082fd32d3e28f3600858afd8f5bbc918fe (diff) | |
download | servo-10ec5a2bb0e08940a5d14500d59f2aadd913bc19.tar.gz servo-10ec5a2bb0e08940a5d14500d59f2aadd913bc19.zip |
Replace NonZero<*{const,mut} _> with std::ptr::NonNull
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index c3517691e8b..a871b320758 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -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; |