rust/clippy_lints
bors 27845a9205 Auto merge of #8274 - andrewarchi:master, r=camsteffen
Update markdown-it version

Fixes improperly-escaped pipes in Markdown tables for the [documentation of bad_bit_mask](https://rust-lang.github.io/rust-clippy/master/index.html#bad_bit_mask) and [ineffective_bit_mask](https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_bit_mask). A column pipe takes precedence over inline code markers, so some back ticks are displayed literally and the pipes need to be escaped. I found no other occurrences of the same problem when searching rust-clippy by ```\|.*`.*\|```.

changelog: Update markdown-it version
2022-01-15 22:17:37 +00:00
..
src Auto merge of #8274 - andrewarchi:master, r=camsteffen 2022-01-15 22:17:37 +00:00
Cargo.toml Bump Clippy Version -> 0.1.60 2022-01-13 12:48:08 +01:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.