Ville Penttinen
|
946b5789d1
|
Move completion label functions to display
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
dfaebd76ab
|
Add FunctionSignature::from_hir
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
2fe075f56e
|
Normalize line-endings in display.rs
This changes from CRLF to LF
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
f4aa15c16b
|
Move FunctionSignature creation to display
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
7ba22f1c19
|
Move FunctionSignature to display, remove write_joined
write_joined is replaced with `join_to_string::join` which provides the
necessary functionality.
|
2019-04-09 14:45:05 +03:00 |
|
Ville Penttinen
|
0e49abb7fb
|
Refactor CallInfo function signatures to new FunctionSignature type
This is used by CallInfo to create a pretty printed function signature that can
be used with completions and other places as well.
|
2019-04-09 14:45:04 +03:00 |
|