diff options
| author | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-02-16 00:40:25 +0300 |
|---|---|---|
| committer | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2025-02-16 16:34:51 +0300 |
| commit | f53d0f502dba3b378d8baef159b97e685ba40f33 (patch) | |
| tree | 3bdd1cb0596dc0872e9aa0a8d9442971c53a24e1 /compiler/rustc_span/src/symbol.rs | |
| parent | 4229b80f506d5c1e6267f27e69f10fa3bd3c8f9e (diff) | |
| download | rust-f53d0f502dba3b378d8baef159b97e685ba40f33.tar.gz rust-f53d0f502dba3b378d8baef159b97e685ba40f33.zip | |
invalid_from_utf8[_unchecked]: also lint inherent methods
Diffstat (limited to 'compiler/rustc_span/src/symbol.rs')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 62723e385cf..4c2f7ad6d3c 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1973,6 +1973,10 @@ symbols! { str_from_utf8_mut, str_from_utf8_unchecked, str_from_utf8_unchecked_mut, + str_inherent_from_utf8, + str_inherent_from_utf8_mut, + str_inherent_from_utf8_unchecked, + str_inherent_from_utf8_unchecked_mut, str_len, str_split_whitespace, str_starts_with, |
