mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5182 from sylvestre/clippy_
Fix some of the recent clippy warnings
This commit is contained in:
commit
0b9c829bce
24 changed files with 54 additions and 58 deletions
|
@ -482,7 +482,7 @@ fn test_rm_prompts() {
|
|||
// Needed for talking with stdin on platforms where CRLF or LF matters
|
||||
const END_OF_LINE: &str = if cfg!(windows) { "\r\n" } else { "\n" };
|
||||
|
||||
let mut answers = vec![
|
||||
let mut answers = [
|
||||
"rm: descend into directory 'a'?",
|
||||
"rm: remove write-protected regular empty file 'a/empty-no-write'?",
|
||||
"rm: remove symbolic link 'a/slink'?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue