From e77efb93c15a22aadb950d152e905a7ab1d27db9 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 4 Jul 2016 16:40:59 +0200 Subject: Move util::vec::byte_swap to canvas_traits --- components/util/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/util/lib.rs') 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")] -- cgit v1.2.3