Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore buggy doc_link_with_quotes clippy lint
rust-lang/rust-clippy#8961 error: possible intra-doc link using quotes instead of backticks --> serde_test/src/token.rs:277:5 | 277 | /// let vec = vec!['a', 'b', 'c']; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D clippy::doc-link-with-quotes` implied by `-D clippy::pedantic` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
- Loading branch information