mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
lint: fix clippy::suspicious_open_options
of project.
This commit is contained in:
parent
ef8c379370
commit
d21dc125d0
4 changed files with 5 additions and 2 deletions
|
@ -445,6 +445,7 @@ macro_rules! compare_with_gnu {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[allow(clippy::cognitive_complexity)] // Ignore clippy lint of too long function sign
|
||||
fn test_env_with_gnu_reference_parsing_errors() {
|
||||
let ts = TestScenario::new(util_name!());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue