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

serde_conv: Allow clippy::ptr_arg #320

Merged
merged 1 commit into from
May 24, 2021
Merged

Conversation

mkroening
Copy link
Contributor

With String as t, &String would trigger clippy::ptr_arg.

What do you think?

With String as t, &String would trigger clippy::ptr_arg.
@codecov
Copy link

codecov bot commented May 23, 2021

Codecov Report

Merging #320 (3ea52ce) into master (a24e62a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #320   +/-   ##
=======================================
  Coverage   79.39%   79.39%           
=======================================
  Files          45       45           
  Lines        2577     2577           
=======================================
  Hits         2046     2046           
  Misses        531      531           
Impacted Files Coverage Δ
src/serde_conv.rs 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a24e62a...3ea52ce. Read the comment docs.

@jonasbb
Copy link
Owner

jonasbb commented May 24, 2021

Thank you. Yeah it makes sense to suppress the lints here. I wonder if there are other ones which might crop up. I guess they can be dealt with then.

bors r+

@bors
Copy link
Contributor

bors bot commented May 24, 2021

Build succeeded:

@bors bors bot merged commit e4b5a84 into jonasbb:master May 24, 2021
@mkroening mkroening deleted the conv-clippy branch April 17, 2024 13:57
jonasbb added a commit that referenced this pull request Apr 17, 2024
jonasbb added a commit that referenced this pull request Apr 17, 2024
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.

None yet

2 participants