rust-clippy/clippy_lints
bors e245f7c29f Auto merge of #11735 - rust-lang:fix-11568, r=blyxyas
ignore lower-camel-case words in `doc_markdown`

This fixes #11568 by ignoring camelCase words starting with a lower case letter.

r? `@blyxyas`

---

changelog: none
2023-10-30 12:06:58 +00:00
..
src Auto merge of #11735 - rust-lang:fix-11568, r=blyxyas 2023-10-30 12:06:58 +00:00
Cargo.toml Hide config implementation details from public docs 2023-10-24 11:52:17 +00:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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