mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Merge pull request #125 from Heather/master
allow uppercase variables for du
This commit is contained in:
commit
ce6423cc14
1 changed files with 1 additions and 0 deletions
1
du/du.rs
1
du/du.rs
|
@ -9,6 +9,7 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
#[allow(uppercase_variables)];
|
||||
#[feature(macro_rules)];
|
||||
|
||||
extern crate getopts;
|
||||
|
|
Loading…
Reference in a new issue