1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

allow uppercase variables for du

This commit is contained in:
Heather 2014-03-06 10:48:32 +04:00
parent 3356f73c68
commit 9b9def6891

View file

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