rust-clippy/tests/ui/doc
Ed Morley a16a85030c
Add "OpenTelemetry" to default doc_valid_idents
The OpenTelemetry project's name is all one word (see https://opentelemetry.io),
so currently triggers a false positive in the `doc_markdown` lint.

The project is increasing rapidly in popularity, so it seems like a worthy
contender for inclusion in the default `doc_valid_idents` configuration.

I've also moved the existing "OpenDNS" entry earlier in the list, to restore
the alphabetical ordering of that "Open*" row.

The docs changes were generated using `cargo collect-metadata`.

changelog: [`doc_markdown`]: Add `OpenTelemetry` to the default configuration as an allowed identifier
2024-01-15 14:26:41 +00:00
..
doc-fixable.fixed Add "OpenTelemetry" to default doc_valid_idents 2024-01-15 14:26:41 +00:00
doc-fixable.rs Add "OpenTelemetry" to default doc_valid_idents 2024-01-15 14:26:41 +00:00
doc-fixable.stderr [doc_markdown] Recognize words followed by empty parenthesis () for quoting 2023-12-13 01:16:12 +02:00
issue_902.rs Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup 2021-11-04 12:52:36 +00:00
issue_1832.rs Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup 2021-11-04 12:52:36 +00:00
needless_doctest_main.rs Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup 2023-07-02 14:59:02 +02:00
unbalanced_ticks.rs Reuse rustdoc's doc comment handling in Clippy 2023-09-08 23:42:57 +00:00
unbalanced_ticks.stderr Reuse rustdoc's doc comment handling in Clippy 2023-09-08 23:42:57 +00:00