From e17adf9aa9d2d0059c5149d328c03d3627b068da Mon Sep 17 00:00:00 2001 From: petejodo Date: Tue, 8 Apr 2014 09:37:17 -0400 Subject: [PATCH] Accidentally removed an exclamation for crate_id in echo. Put it back. --- echo/echo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo/echo.rs b/echo/echo.rs index ff179b47d..c4e68921c 100644 --- a/echo/echo.rs +++ b/echo/echo.rs @@ -1,5 +1,5 @@ #![feature(macro_rules)] -#[crate_id(name="echo", vers="1.0.0", author="Derek Chiang")] +#![crate_id(name="echo", vers="1.0.0", author="Derek Chiang")] /* * This file is part of the uutils coreutils package.