From a5e74a93c39d904fb6e152d005e0a0c01dc2ed3e Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Wed, 30 Jul 2014 23:32:02 +0100 Subject: [PATCH] Deprecate fourcc. --- src/libfourcc/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libfourcc/lib.rs b/src/libfourcc/lib.rs index aa8d84bec1711..4596c98cffded 100644 --- a/src/libfourcc/lib.rs +++ b/src/libfourcc/lib.rs @@ -40,7 +40,8 @@ fn main() { */ #![crate_name = "fourcc"] -#![experimental] +#![deprecated = "This is now a cargo package located at: \ + https://github.com/rust-lang/fourcc"] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"]