This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 48cb059
committed
Auto merge of rust-lang#16781 - DropDemBits:extract-format-args-escaping, r=Veykril
fix: Don't escape `\` and `$` in "Extract format expressions" assist
Fixes rust-lang#16745File tree
2 files changed
+23
-17
lines changed- crates
- ide-assists/src/handlers
- ide-db/src/syntax_helpers
2 files changed
+23
-17
lines changedLines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
277 | 295 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 110 | | |
117 | 111 | | |
118 | 112 | | |
| |||
172 | 166 | | |
173 | 167 | | |
174 | 168 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | 169 | | |
179 | 170 | | |
180 | 171 | | |
181 | 172 | | |
182 | 173 | | |
183 | 174 | | |
184 | 175 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 176 | | |
189 | 177 | | |
190 | 178 | | |
| |||
217 | 205 | | |
218 | 206 | | |
219 | 207 | | |
220 | | - | |
| 208 | + | |
221 | 209 | | |
222 | 210 | | |
223 | | - | |
224 | | - | |
225 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
226 | 214 | | |
227 | 215 | | |
228 | | - | |
| 216 | + | |
229 | 217 | | |
230 | 218 | | |
231 | 219 | | |
| |||
0 commit comments