mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Fix some clippy warnings
This commit is contained in:
parent
682f488720
commit
7c9f4ba92a
23 changed files with 50 additions and 55 deletions
|
@ -58,7 +58,7 @@ fn test_link_one_argument() {
|
|||
#[test]
|
||||
fn test_link_three_arguments() {
|
||||
let (_, mut ucmd) = at_and_ucmd!();
|
||||
let arguments = vec![
|
||||
let arguments = [
|
||||
"test_link_argument1",
|
||||
"test_link_argument2",
|
||||
"test_link_argument3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue