You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ci: lint for broken inline code / backticks
Enables the rustdoc "unescaped_backticks" lint[1] at warn level.
Unfortunately this only covers "prod" code, so it doesn't catch the
actual broken backticks in the test code!
[1]: https://doc.rust-lang.org/rustdoc/lints.html#unescaped_backticks
* style: remove spurious backtick
This breaks the rustdoc rendering.
* chore: apply rustdoc lint to workspace
Lint the entire workspace by specifying it in Cargo.toml.
0 commit comments