aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src
diff options
context:
space:
mode:
authorimtsuki <[email protected]>2020-01-14 17:32:03 +0000
committerimtsuki <[email protected]>2020-01-14 17:32:03 +0000
commitd78a3cb6385789a5af66cd186651d19e974470fb (patch)
tree3aaade8e6fe3b0733f53301619a22fda3f445b5c /crates/ra_ide/src
parentc390e92fdd25ced46c589bfbff94e4b0bc4d9c38 (diff)
Update test snapshot
Signed-off-by: imtsuki <[email protected]>
Diffstat (limited to 'crates/ra_ide/src')
-rw-r--r--crates/ra_ide/src/inlay_hints.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_ide/src/inlay_hints.rs b/crates/ra_ide/src/inlay_hints.rs
index 83e4588c1..8cb0c70dd 100644
--- a/crates/ra_ide/src/inlay_hints.rs
+++ b/crates/ra_ide/src/inlay_hints.rs
@@ -729,12 +729,12 @@ fn main() {
729 label: "_", 729 label: "_",
730 }, 730 },
731 InlayHint { 731 InlayHint {
732 range: [322; 325), 732 range: [323; 326),
733 kind: ParameterHint, 733 kind: ParameterHint,
734 label: "param", 734 label: "param",
735 }, 735 },
736 InlayHint { 736 InlayHint {
737 range: [349; 353), 737 range: [350; 354),
738 kind: ParameterHint, 738 kind: ParameterHint,
739 label: "param", 739 label: "param",
740 }, 740 },