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

[Merged by Bors] - chore: remove unnecessary generics #3529

Closed
wants to merge 8 commits into from

Conversation

sehz
Copy link
Contributor

@sehz sehz commented Sep 13, 2023

convert many generic based argument conversion like <S: Into<String>> into impl Into<String>. This remove unnecessary generic signature and hopefully reduce build time and make code cleaner

@sehz sehz added this to the 0.10.15 milestone Sep 13, 2023
@sehz
Copy link
Contributor Author

sehz commented Sep 15, 2023

bors r+

bors bot pushed a commit that referenced this pull request Sep 15, 2023
convert many generic based argument conversion like `<S: Into<String>>` into `impl Into<String>`.    This remove unnecessary generic signature and hopefully reduce build time and make code cleaner
@bors
Copy link

bors bot commented Sep 15, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

  • Done

@bors bors bot changed the title chore: remove unnecessary generics [Merged by Bors] - chore: remove unnecessary generics Sep 15, 2023
@bors bors bot closed this Sep 15, 2023
bors bot pushed a commit that referenced this pull request Sep 15, 2023
Revert unnecessary bump up of fluvio  #3529.   There was no of release 0.21
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.

2 participants