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 warnings in cargo doc from invalid link #132

Merged
merged 1 commit into from Jul 7, 2023
Merged

Fix warnings in cargo doc from invalid link #132

merged 1 commit into from Jul 7, 2023

Conversation

danielparks
Copy link
Contributor

This just changes a doc comment to use backticks to wrap an format string rather than double quotes. Elsewhere in the crate format strings are wrapped in bacckticks in doc comments, so this seemed like the most consistent solution.


I noticed these coming up in PR diffs and figured it was an easy fix.

This just changes a doc comment to use backticks to wrap an format string
rather than double quotes. Elsewhere in the crate format strings are
wrapped in bacckticks in doc comments, so this seemed like the most
consistent solution.
@Drakulix
Copy link
Owner

Drakulix commented Jul 7, 2023

Thanks!

@Drakulix Drakulix merged commit 5f345b5 into Drakulix:master Jul 7, 2023
20 of 21 checks passed
@danielparks danielparks deleted the fix-doc-warnings branch July 7, 2023 15:18
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