mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +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…
Add table
Add a link
Reference in a new issue