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

Cleanup code for pre-1.53 versions #453

Merged
merged 1 commit into from
May 12, 2022
Merged

Cleanup code for pre-1.53 versions #453

merged 1 commit into from
May 12, 2022

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented May 12, 2022

The MSRV got updated and this commit removes old code. Pre const-generic code could all be removed. Some further older entries could also be removed.

This makes rustversion a dev-dependency, since runtime changes are not necessary anymore.

Closes #451

bors merge

The MSRV got updated and this commit removes old code.
Pre const-generic code could all be removed.
Some further older entries could also be removed.

This makes `rustversion` a dev-dependency, since runtime changes are not
necessary anymore.
@codecov
Copy link

codecov bot commented May 12, 2022

Codecov Report

Merging #453 (234a755) into master (4213291) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #453   +/-   ##
=======================================
  Coverage   71.87%   71.87%           
=======================================
  Files          54       54           
  Lines        3634     3634           
=======================================
  Hits         2612     2612           
  Misses       1022     1022           
Impacted Files Coverage Δ
serde_with/src/de/mod.rs 83.33% <ø> (ø)
serde_with/src/hex.rs 76.92% <ø> (ø)
serde_with/src/lib.rs 75.00% <ø> (ø)
serde_with/src/ser/const_arrays.rs 81.25% <ø> (ø)
serde_with/src/ser/mod.rs 60.00% <ø> (ø)
serde_with/tests/serde_as/lib.rs 100.00% <ø> (ø)
serde_with/tests/serde_as/map_tuple_list.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 4213291...234a755. Read the comment docs.

@bors
Copy link
Contributor

bors bot commented May 12, 2022

Build succeeded:

@bors bors bot merged commit 129b101 into master May 12, 2022
@bors bors bot deleted the code-cleanup branch May 12, 2022 21:19
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.

Cleanup pre 1.51 Rust code
1 participant