From ea6d6744100a036a7db69a8dd2b844b09919e7dd Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 30 Jul 2014 10:17:28 -0600 Subject: [PATCH] Upgrade Rust --- lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib.rs b/lib.rs index 25540d1b..7a4d00aa 100644 --- a/lib.rs +++ b/lib.rs @@ -3,8 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![crate_name = "cssparser"] -#![crate_type = "lib"] -#![crate_type = "dylib"] #![crate_type = "rlib"] #![feature(globs, macro_rules)]