Commit 4198707
committed
fix: suppress clippy lint for too many arguments in CmdResult::new
Added #[allow(clippy::too_many_arguments)] to the CmdResult::new function in tests/uutests/src/lib/util.rs to suppress the Clippy warning, as the function legitimately requires multiple parameters for its intended functionality.1 parent 30c6f1d commit 4198707
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
0 commit comments