rust-clippy/tests/ui/doc
Bruce Mitchener 39378cf4f4 Add more doc-valid-idents
* "AccessKit" is a commonly used accessibility toolkit used in Rust GUIs.
* "CoreFoundation", "CoreGraphics", "CoreText" are frameworks on Apple OSes.
* "Direct2D", "Direct3D", "DirectWrite" are frameworks on Windows
* "PostScript" is a programming language and is mentioned when talking about
  text and vector graphics.
* "OpenAL" is an audio framework / API.
* "OpenType" is a font format (TrueType is already mentioned).
* "WebRTC", "WebSocket", "WebTransport" are web networking technologies.
* "NetBSD" and "OpenBSD" are like the already included FreeBSD.
2024-07-13 15:50:29 +07:00
..
doc-fixable.fixed Add more doc-valid-idents 2024-07-13 15:50:29 +07:00
doc-fixable.rs Add more doc-valid-idents 2024-07-13 15:50:29 +07:00
doc-fixable.stderr Add more doc-valid-idents 2024-07-13 15:50:29 +07:00
doc_lazy_blank_line.fixed doc_lazy_continuation: blank comment line for gap 2024-06-27 17:09:54 -07:00
doc_lazy_blank_line.rs doc_lazy_continuation: blank comment line for gap 2024-06-27 17:09:54 -07:00
doc_lazy_blank_line.stderr doc_lazy_continuation: blank comment line for gap 2024-06-27 17:09:54 -07:00
doc_lazy_blockquote.fixed doc_lazy_continuation: blank comment line for gap 2024-06-27 17:09:54 -07:00
doc_lazy_blockquote.rs doc_lazy_continuation: blank comment line for gap 2024-06-27 17:09:54 -07:00
doc_lazy_blockquote.stderr doc_lazy_continuation: blank comment line for gap 2024-06-27 17:09:54 -07:00
doc_lazy_list.fixed doc_lazy_continuation: blank comment line for gap 2024-06-27 17:09:54 -07:00
doc_lazy_list.rs doc_lazy_continuation: blank comment line for gap 2024-06-27 17:09:54 -07:00
doc_lazy_list.stderr doc_lazy_continuation: blank comment line for gap 2024-06-27 17:09:54 -07: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
issue_9473.fixed Add regression test for #9473 2024-03-05 12:07:37 +01:00
issue_9473.rs Add regression test for #9473 2024-03-05 12:07:37 +01:00
issue_9473.stderr Add regression test for #9473 2024-03-05 12:07:37 +01:00
issue_10262.fixed Also handle <blockquote> and <q> HTML tags 2024-03-13 19:31:01 +01:00
issue_10262.rs Also handle <blockquote> and <q> HTML tags 2024-03-13 19:31:01 +01:00
issue_10262.stderr Add regression test for #10262 2024-03-13 19:25:36 +01:00
issue_12795.fixed Correctly handle closing parens in missing_backticks doc lint 2024-05-21 14:55:30 +02:00
issue_12795.rs Correctly handle closing parens in missing_backticks doc lint 2024-05-21 14:55:30 +02:00
issue_12795.stderr Correctly handle closing parens in missing_backticks doc lint 2024-05-21 14:55:30 +02:00
needless_doctest_main.rs Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup 2023-07-02 14:59:02 +02:00
unbalanced_ticks.rs doc_markdown: detect escaped ` `` when checking unmatched 2024-07-02 23:27:14 +02:00
unbalanced_ticks.stderr doc_markdown: detect escaped ` `` when checking unmatched 2024-07-02 23:27:14 +02:00