allow uppercase variables for du

This commit is contained in:
Heather
2014-03-06 10:48:32 +04:00
parent 3356f73c68
commit 9b9def6891
+1
View File
@@ -9,6 +9,7 @@
* file that was distributed with this source code.
*/
#[allow(uppercase_variables)];
#[feature(macro_rules)];
extern crate getopts;