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

Fix "warning: field is never read" #123

Merged
merged 1 commit into from Jun 21, 2022
Merged

Conversation

dalance
Copy link
Contributor

@dalance dalance commented Jun 15, 2022

This PR fixes "warning: field is never read".
After Rust 1.57.0, Debug and Clone are ignored during dead code analysis. rust-lang/rust#85200

This will cause CI failure because CI environment was changed.
CI will become success after merging #122.

@eldesh
Copy link
Collaborator

eldesh commented Jun 21, 2022

@dalance Could you rebase this (#124 and #125) PR to use the new CI script?

@dalance
Copy link
Contributor Author

dalance commented Jun 21, 2022

I rebased #123, #124, #125

@eldesh eldesh merged commit 4969cc6 into Idein:master Jun 21, 2022
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