Merge pull request #125 from Heather/master

allow uppercase variables for du
This commit is contained in:
Arcterus 2014-03-05 22:50:26 -08:00
commit ce6423cc14

View file

@ -9,6 +9,7 @@
* file that was distributed with this source code.
*/
#[allow(uppercase_variables)];
#[feature(macro_rules)];
extern crate getopts;