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

Remove unnecessary type parameter #3485

Merged
merged 1 commit into from
Jun 19, 2020
Merged

Conversation

travisbrown
Copy link
Contributor

Just noticed this because it makes this instance show up in some failed implicit searches on Dotty for some reason. This change technically breaks source compatibility, but it's a method that was introduced in 2.2.0-M1 and fixing it is very unlikely to cause anyone problems.

@codecov-commenter
Copy link

Codecov Report

Merging #3485 into master will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3485   +/-   ##
=======================================
  Coverage   91.77%   91.77%           
=======================================
  Files         383      383           
  Lines        8394     8394           
  Branches      205      215   +10     
=======================================
  Hits         7704     7704           
  Misses        690      690           

@djspiewak djspiewak merged commit e483d05 into master Jun 19, 2020
@LukaJCB LukaJCB deleted the topic/remove-type-param branch June 19, 2020 14:46
@travisbrown travisbrown added this to the 2.2.0-RC1 milestone Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants