Skip to content

Fixed warnings and refactors #39

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
merged 3 commits into from
May 7, 2020

Conversation

arbroween
Copy link
Contributor

I saw a bunch of warnings in my editor and decided to try to fix most of them.

During this process in found out that the implementation of PartialEq for Value could be rewritten in a single match expression which is a lot more compact then the separate if let that were used. I kept the comments that were in there. As this improvement is arguable, I decided to make it into a separate commit.

I also made removing imports into its own commit because maybe it is not enough of a concern right now. Feel free to accept as much of this pull request as you want!

@Tko1 Tko1 merged commit 52c980d into clojure-rs:master May 7, 2020
@arbroween arbroween deleted the refactor/fix-warnings branch May 9, 2020 18:52
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.

2 participants