diff options
| author | chrysn <chrysn@fsfe.org> | 2024-10-30 12:57:24 +0100 |
|---|---|---|
| committer | chrysn <chrysn@fsfe.org> | 2024-10-30 12:57:24 +0100 |
| commit | bd4aa170ef75bdc8cbee7d178aaa64e14fce04ef (patch) | |
| tree | d2ed4c155b2b0e47773b9c4bfda0eacc4ae2bbde /tests | |
| parent | 15ad8245b23cdb537454b3fb6f34d5c96a6a35ea (diff) | |
| download | rust-bd4aa170ef75bdc8cbee7d178aaa64e14fce04ef.tar.gz rust-bd4aa170ef75bdc8cbee7d178aaa64e14fce04ef.zip | |
Add 'CoAP' to doc-valid-idents
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/doc/doc-fixable.fixed | 2 | ||||
| -rw-r--r-- | tests/ui/doc/doc-fixable.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/doc/doc-fixable.fixed b/tests/ui/doc/doc-fixable.fixed index 8a379330c48..5cf5c608a85 100644 --- a/tests/ui/doc/doc-fixable.fixed +++ b/tests/ui/doc/doc-fixable.fixed @@ -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 diff --git a/tests/ui/doc/doc-fixable.rs b/tests/ui/doc/doc-fixable.rs index 35f43d98e79..420211c6539 100644 --- a/tests/ui/doc/doc-fixable.rs +++ b/tests/ui/doc/doc-fixable.rs @@ -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 |
