diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-07-04 16:40:59 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-07-04 16:48:15 +0200 |
commit | e77efb93c15a22aadb950d152e905a7ab1d27db9 (patch) | |
tree | 9130d064d6dc9b927e19e9f1b67c4e192059b97d /components/util/lib.rs | |
parent | a5b524d5590f84428c61895b418eda7024c8e600 (diff) | |
download | servo-e77efb93c15a22aadb950d152e905a7ab1d27db9.tar.gz servo-e77efb93c15a22aadb950d152e905a7ab1d27db9.zip |
Move util::vec::byte_swap to canvas_traits
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 3a5c362f443..215f8e999cc 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -46,7 +46,6 @@ pub mod str; pub mod thread; pub mod thread_state; pub mod tid; -pub mod vec; #[allow(unsafe_code)] pub mod workqueue; #[cfg(feature = "servo")] |