diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2025-07-28 15:20:27 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2025-07-28 15:25:46 +0200 |
| commit | 18a13b15fe1ebac207eb9efe789dfa717b4c4a97 (patch) | |
| tree | 77d7a128ce8b874b37043ef40f7b60de385f5681 /tests | |
| parent | f4f579f4ac455b76ddadc85553ba19b115dd144e (diff) | |
| download | rust-18a13b15fe1ebac207eb9efe789dfa717b4c4a97.tar.gz rust-18a13b15fe1ebac207eb9efe789dfa717b4c4a97.zip | |
Do not treat NixOS as a Pascal-cased identifier
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 8cf20d8b1a1..bbbd5973036 100644 --- a/tests/ui/doc/doc-fixable.fixed +++ b/tests/ui/doc/doc-fixable.fixed @@ -83,7 +83,7 @@ fn test_units() { /// WebGL WebGL2 WebGPU WebRTC WebSocket WebTransport /// TensorFlow /// TrueType -/// iOS macOS FreeBSD NetBSD OpenBSD +/// iOS macOS FreeBSD NetBSD OpenBSD NixOS /// TeX LaTeX BibTeX BibLaTeX /// MinGW /// CamelCase (see also #2395) diff --git a/tests/ui/doc/doc-fixable.rs b/tests/ui/doc/doc-fixable.rs index 5b6f2bd8330..1077d3580d3 100644 --- a/tests/ui/doc/doc-fixable.rs +++ b/tests/ui/doc/doc-fixable.rs @@ -83,7 +83,7 @@ fn test_units() { /// WebGL WebGL2 WebGPU WebRTC WebSocket WebTransport /// TensorFlow /// TrueType -/// iOS macOS FreeBSD NetBSD OpenBSD +/// iOS macOS FreeBSD NetBSD OpenBSD NixOS /// TeX LaTeX BibTeX BibLaTeX /// MinGW /// CamelCase (see also #2395) |
