From 5ec45d169969d8c9bf19691db19767ab716e71e0 Mon Sep 17 00:00:00 2001 From: tomaka Date: Sun, 8 Mar 2015 16:30:01 +0100 Subject: [PATCH] Update for rustc --- src/cgmath.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cgmath.rs b/src/cgmath.rs index b1dfea7..f7cc6eb 100644 --- a/src/cgmath.rs +++ b/src/cgmath.rs @@ -15,7 +15,7 @@ #![crate_type = "rlib"] #![crate_type = "dylib"] -#![feature(old_impl_check, plugin, core, std_misc)] +#![feature(old_impl_check, plugin, core, std_misc, custom_derive)] #![plugin(rand_macros)] //! Computer graphics-centric math.