summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorGnomedDev <david2005thomas@gmail.com>2024-09-18 21:37:12 +0100
committerGnomedDev <david2005thomas@gmail.com>2024-09-19 13:13:20 +0100
commit28f4c8293aa79989251d7035d312d13c8f374054 (patch)
tree754a451621e7c1abc919aa820118766323234fc3 /compiler/rustc_span/src
parent037b9784b68f7e11a05a722b6aa6c768484dec40 (diff)
downloadrust-28f4c8293aa79989251d7035d312d13c8f374054.tar.gz
rust-28f4c8293aa79989251d7035d312d13c8f374054.zip
[Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic items instead of paths
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index cec833f2e56..2194c4ac3b7 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1882,6 +1882,8 @@ symbols! {
         string_as_mut_str,
         string_as_str,
         string_deref_patterns,
+        string_insert_str,
+        string_push_str,
         stringify,
         struct_field_attributes,
         struct_inherit,