-
Notifications
You must be signed in to change notification settings - Fork 265
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
PR634 1.17 backport #640
PR634 1.17 backport #640
Conversation
@@ -381,29 +381,57 @@ pub fn is_host_port(string: String) -> Result<(), String> { | |||
parse_host_port(&string).map(|_| ()) | |||
} | |||
|
|||
#[derive(Clone, Debug, Default)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.17 toolchain's clippy is buggy and ignores allow(clippy::derivable_impls)
here, so i went ahead and derived it since there shouldn't be much of a maintenance window on the 1.17 branch
2dec61f
to
e56a2f2
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v1.17 #640 +/- ##
========================================
Coverage 81.6% 81.6%
========================================
Files 806 806
Lines 219284 219436 +152
========================================
+ Hits 179002 179167 +165
+ Misses 40282 40269 -13 |
v1.17 is EOL |
Problem
Summary of Changes
Fixes #