From 9b9def68911c95b398835c55534c4a18810046f7 Mon Sep 17 00:00:00 2001 From: Heather Date: Thu, 6 Mar 2014 10:48:32 +0400 Subject: [PATCH] allow uppercase variables for du --- du/du.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/du/du.rs b/du/du.rs index 903a87fb4..8c9e71e5e 100644 --- a/du/du.rs +++ b/du/du.rs @@ -9,6 +9,7 @@ * file that was distributed with this source code. */ +#[allow(uppercase_variables)]; #[feature(macro_rules)]; extern crate getopts;