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

PR634 1.17 backport #640

Closed
wants to merge 4 commits into from
Closed

Conversation

lijunwangs
Copy link

Problem

Summary of Changes

Fixes #

@@ -381,29 +381,57 @@ pub fn is_host_port(string: String) -> Result<(), String> {
parse_host_port(&string).map(|_| ())
}

#[derive(Clone, Debug, Default)]
Copy link

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

@mergify mergify bot mentioned this pull request Apr 8, 2024
@t-nelson t-nelson force-pushed the pr634-1.17 branch 2 times, most recently from 2dec61f to e56a2f2 Compare April 9, 2024 06:49
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 96.98795% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 81.6%. Comparing base (57ea214) to head (e56a2f2).

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     

@lijunwangs lijunwangs requested a review from a team as a code owner May 29, 2024 01:13
@CriesofCarrots
Copy link

v1.17 is EOL

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.

7 participants