Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clippy: fix warnings in tests #5362

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

cakebaker
Copy link
Contributor

This PR fixes clippy warnings in tests introduced by Rust 1.73, among them warnings from the format_collect and octal_escapes lints.

@@ -1545,7 +1545,6 @@ fn test_cp_preserve_links_case_7() {
.arg("dest")
.fails()
.stderr_contains("not replacing");
();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahah :)

@sylvestre sylvestre merged commit c595948 into uutils:main Oct 6, 2023
42 of 45 checks passed
@cakebaker cakebaker deleted the clippy_fix_warnings_in_tests branch October 6, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants