@@ -246,7 +246,7 @@ A list of crate names to allow duplicates of
246246
247247## ` allowed-idents-below-min-chars `
248248Allowed names below the minimum allowed characters. The value ` ".." ` can be used as part of
249- the list to indicate, that the configured values should be appended to the default
249+ the list to indicate that the configured values should be appended to the default
250250configuration of Clippy. By default, any configuration will replace the default value.
251251
252252** Default Value:** ` ["i", "j", "x", "y", "z", "w", "n"] `
@@ -570,12 +570,12 @@ The list of disallowed types, written as fully qualified paths.
570570
571571## ` doc-valid-idents `
572572The list of words this lint should not consider as identifiers needing ticks. The value
573- ` ".." ` can be used as part of the list to indicate, that the configured values should be appended to the
573+ ` ".." ` can be used as part of the list to indicate that the configured values should be appended to the
574574default configuration of Clippy. By default, any configuration will replace the default value. For example:
575575* ` doc-valid-idents = ["ClipPy"] ` would replace the default list with ` ["ClipPy"] ` .
576576* ` doc-valid-idents = ["ClipPy", ".."] ` would append ` ClipPy ` to the default list.
577577
578- ** Default Value:** ` ["KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "MHz", "GHz", "THz", "AccessKit", "CoAP", "CoreFoundation", "CoreGraphics", "CoreText", "DevOps", "Direct2D", "Direct3D", "DirectWrite", "DirectX", "ECMAScript", "GPLv2", "GPLv3", "GitHub", "GitLab", "IPv4", "IPv6", "InfiniBand", "RoCE", "ClojureScript", "CoffeeScript", "JavaScript", "PostScript", "PureScript", "TypeScript", "PowerPC", "WebAssembly", "NaN", "NaNs", "OAuth", "GraphQL", "OCaml", "OpenAL", "OpenDNS", "OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", "OpenTelemetry", "OpenType", "WebGL", "WebGL2", "WebGPU", "WebRTC", "WebSocket", "WebTransport", "WebP", "OpenExr", "YCbCr", "sRGB", "TensorFlow", "TrueType", "iOS", "macOS", "FreeBSD", "NetBSD", "OpenBSD", "NixOS", "TeX", "LaTeX", "BibTeX", "BibLaTeX", "MinGW", "CamelCase"] `
578+ ** Default Value:** ` ["KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "MHz", "GHz", "THz", "AccessKit", "CoAP", "CoreFoundation", "CoreGraphics", "CoreText", "DevOps", "Direct2D", "Direct3D", "DirectWrite", "DirectX", "ECMAScript", "GPLv2", "GPLv3", "GitHub", "GitLab", "IPv4", "IPv6", "InfiniBand", "RoCE", "ClojureScript", "CoffeeScript", "JavaScript", "PostScript", "PureScript", "TypeScript", "PowerPC", "PowerShell", " WebAssembly", "NaN", "NaNs", "OAuth", "GraphQL", "OCaml", "OpenAL", "OpenDNS", "OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", "OpenTelemetry", "OpenType", "WebGL", "WebGL2", "WebGPU", "WebRTC", "WebSocket", "WebTransport", "WebP", "OpenExr", "YCbCr", "sRGB", "TensorFlow", "TrueType", "iOS", "macOS", "FreeBSD", "NetBSD", "OpenBSD", "NixOS", "TeX", "LaTeX", "BibTeX", "BibLaTeX", "MinGW", "CamelCase"] `
579579
580580---
581581** Affected lints:**
0 commit comments