diff options
author | Florian Diebold <[email protected]> | 2019-12-08 08:26:17 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2019-12-08 12:02:52 +0000 |
commit | 91f28e43a2686d0ac06f73b5fed11351aad428a9 (patch) | |
tree | 14e5dfa7099cfbb2e80c865d16f573405a01aaad /crates/ra_ide | |
parent | 596e6db46c9c79b2b2be20a4b5461dca35d44b0f (diff) |
Fix expansion of format_args
Diffstat (limited to 'crates/ra_ide')
-rw-r--r-- | crates/ra_ide/src/goto_definition.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide/src/goto_definition.rs b/crates/ra_ide/src/goto_definition.rs index 1b968134d..077b0beda 100644 --- a/crates/ra_ide/src/goto_definition.rs +++ b/crates/ra_ide/src/goto_definition.rs | |||
@@ -693,7 +693,6 @@ mod tests { | |||
693 | ); | 693 | ); |
694 | } | 694 | } |
695 | 695 | ||
696 | #[should_panic] // currently failing because of expr mapping problems | ||
697 | #[test] | 696 | #[test] |
698 | fn goto_through_format() { | 697 | fn goto_through_format() { |
699 | check_goto( | 698 | check_goto( |