Skip to content

Commit d7e56a4

Browse files
committed
Update auto-import regex
1 parent 55ad365 commit d7e56a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/frontend/highlighting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function configureRustErrors({
3939
},
4040
'error-location': /-->\s+(\/playground\/)?src\/.*\n/,
4141
'import-suggestion-outer': {
42-
pattern: /\|\s+use\s+([^;]+);/,
42+
pattern: /\+\s+use\s+([^;]+);/,
4343
inside: {
4444
'import-suggestion': /use\s+.*/,
4545
},

0 commit comments

Comments
 (0)