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

Some minor code cleanup #1407

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Some minor code cleanup #1407

wants to merge 6 commits into from

Conversation

jfrimmel
Copy link

Hey, I've skimmed over the code implementing the blog rendering and found (with the help of clippy, of course) some minor issues. I've prepared this PR, which has individual commits per logical change, so it is easy to remove a commit if a specific change is unwanted. Feel free to request a squash, if this should be only one commit.
Of course, this is a really minor change with no priority at all, so feel free to close.

This fixes all occurences of `clippy::uninlined_format_args`.
This fixes the only occurence of `clippy::default_trait_access`.
This fixes all occurrences of `clippy::redundant_pub_crate`.
This fixes the only occurrence of `clippy::option_if_let_else` and the
only occurrence of `clippy::map_unwrap_or`
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.

1 participant