Auto merge of #13633 - chrysn-pull-requests:doc-valid-ident-coap, r=Centri3
Add 'CoAP' to doc-valid-idents CoAP is a name of a network protocol common in embedded systems; one would talk in documentation about "a CoAP server" or "a CoAP client" without referring to a specific type. This PR fixes false positives that arise from that use. changelog: [`doc_markdown`]: Add CoAP to `doc-valid-idents`. As this review is identical in structure to https://github.com/rust-lang/rust-clippy/pull/13460, I'm asking for a the same reviewer (if that works): r? `@Centri3`
This commit is contained in:
commit
1998abcdce
4 changed files with 4 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ fn test_units() {
|
|||
/// KiB MiB GiB TiB PiB EiB
|
||||
/// MHz GHz THz
|
||||
/// AccessKit
|
||||
/// CoreFoundation CoreGraphics CoreText
|
||||
/// CoAP CoreFoundation CoreGraphics CoreText
|
||||
/// Direct2D Direct3D DirectWrite DirectX
|
||||
/// ECMAScript
|
||||
/// GPLv2 GPLv3
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ fn test_units() {
|
|||
/// KiB MiB GiB TiB PiB EiB
|
||||
/// MHz GHz THz
|
||||
/// AccessKit
|
||||
/// CoreFoundation CoreGraphics CoreText
|
||||
/// CoAP CoreFoundation CoreGraphics CoreText
|
||||
/// Direct2D Direct3D DirectWrite DirectX
|
||||
/// ECMAScript
|
||||
/// GPLv2 GPLv3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue