Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings in
cargo doc
from invalid link
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.
- Loading branch information