mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
allow uppercase variables for du
This commit is contained in:
parent
3356f73c68
commit
9b9def6891
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.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#[allow(uppercase_variables)];
|
||||||
#[feature(macro_rules)];
|
#[feature(macro_rules)];
|
||||||
|
|
||||||
extern crate getopts;
|
extern crate getopts;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue