From 58e4ab2b33f559107dbdfa9d3cab882cf8029481 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 14 Mar 2014 11:16:10 -0700 Subject: extra: Put the nail in the coffin, delete libextra This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes #8784 Closes #12413 Closes #12576 --- src/libflate/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/libflate') diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs index e0da51a75af..41dc4e3976a 100644 --- a/src/libflate/lib.rs +++ b/src/libflate/lib.rs @@ -18,12 +18,10 @@ Simple compression #[crate_type = "rlib"]; #[crate_type = "dylib"]; #[license = "MIT/ASL2"]; -#[allow(missing_doc)]; -extern crate extra; use std::libc::{c_void, size_t, c_int}; use std::libc; -use extra::c_vec::CVec; +use std::c_vec::CVec; pub mod rustrt { use std::libc::{c_int, c_void, size_t}; -- cgit 1.4.1-3-g733a5