From 5affcd735b34b9fb101a2dfb811720a94df18ae4 Mon Sep 17 00:00:00 2001 From: sbidin Date: Sun, 22 Mar 2015 00:25:10 +0100 Subject: [PATCH] Add custom_attribute. --- src/sdl2_ttf/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sdl2_ttf/lib.rs b/src/sdl2_ttf/lib.rs index 3e38a9cf..f166cdbe 100644 --- a/src/sdl2_ttf/lib.rs +++ b/src/sdl2_ttf/lib.rs @@ -2,6 +2,8 @@ A binding for SDL2_ttf. */ +#![feature(custom_attribute)] + #![crate_type = "lib"] #![desc = "SDL2_ttf bindings and wrappers"] #![comment = "SDL2_ttf bindings and wrappers"]