diff options
author | Jeremy Kolb <[email protected]> | 2019-10-28 12:42:17 +0000 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2019-10-28 12:42:17 +0000 |
commit | ddf25e9481d79abb6b583a195fd26b8ca1b9f060 (patch) | |
tree | 3eb035ae9826717d44f72a40e775da4c60b0ce30 | |
parent | 44f2805fee20893865039f70b97105cac2baa994 (diff) |
formatting
-rw-r--r-- | crates/ra_ide_api/src/call_info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/src/call_info.rs b/crates/ra_ide_api/src/call_info.rs index faae12e54..25363a1d9 100644 --- a/crates/ra_ide_api/src/call_info.rs +++ b/crates/ra_ide_api/src/call_info.rs | |||
@@ -476,7 +476,7 @@ fn main() { | |||
476 | assert_eq!(info.active_parameter, Some(1)); | 476 | assert_eq!(info.active_parameter, Some(1)); |
477 | assert_eq!(info.label(), "fn bar(&self, _: u32)"); | 477 | assert_eq!(info.label(), "fn bar(&self, _: u32)"); |
478 | } | 478 | } |
479 | 479 | ||
480 | fn works_for_tuple_structs() { | 480 | fn works_for_tuple_structs() { |
481 | let info = call_info( | 481 | let info = call_info( |
482 | r#" | 482 | r#" |