From 67134c80cb9913f0ec2432024f1814ada3c22c13 Mon Sep 17 00:00:00 2001 From: Francesco Mazzoli Date: Wed, 7 Jan 2015 04:14:18 +0100 Subject: [PATCH] Move description/license to Cargo.toml This gets rid of warnings in the current nightly. --- src/sdl2_image/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sdl2_image/lib.rs b/src/sdl2_image/lib.rs index c7252b4b..f744f416 100644 --- a/src/sdl2_image/lib.rs +++ b/src/sdl2_image/lib.rs @@ -2,9 +2,6 @@ #![crate_name="sdl2_image"] #![crate_type = "lib"] -#![desc = "SDL2_image bindings and wrappers"] -#![comment = "SDL2_image bindings and wrappers"] -#![license = "MIT"] extern crate sdl2;