From ff8275a3cc06da72a3883e3065f6316d30d2a09f Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 11 Oct 2014 18:02:51 +0200 Subject: [PATCH] uniq: crate_id -> crate_name --- src/uniq/uniq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uniq/uniq.rs b/src/uniq/uniq.rs index e95961666..9b7049722 100644 --- a/src/uniq/uniq.rs +++ b/src/uniq/uniq.rs @@ -1,4 +1,4 @@ -#![crate_id(name="uniq", vers="1.0.0", author="Chirag B. Jadwani")] +#![crate_name = "uniq"] /* * This file is part of the uutils coreutils package. *