From 1bd67271f215c722c35d9499feb210a5e09f9043 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sat, 12 Dec 2015 22:18:35 +1100 Subject: [PATCH] Remove vestigial crate attributes These were added a looong time ago. They are not really useful these days. --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index dc065bb..d957cd8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,9 +13,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#![crate_type = "rlib"] -#![crate_type = "dylib"] - //! Computer graphics-centric math. //! //! This crate provides useful mathematical primitives and operations on them.