mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
fix line endings
This commit is contained in:
parent
b360ea91f2
commit
8e9734e18f
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ SOURCE_FILE
|
||||||
EXTERN_KW "extern"
|
EXTERN_KW "extern"
|
||||||
WHITESPACE " "
|
WHITESPACE " "
|
||||||
STRING "\"C\""
|
STRING "\"C\""
|
||||||
WHITESPACE "\r\n"
|
WHITESPACE "\n"
|
||||||
error 10: expected existential, fn, trait or impl
|
error 10: expected existential, fn, trait or impl
|
||||||
error 21: expected existential, fn, trait or impl
|
error 21: expected existential, fn, trait or impl
|
||||||
|
|
Loading…
Reference in a new issue