diff options
author | Veetaha <[email protected]> | 2020-03-16 12:13:50 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-16 12:13:50 +0000 |
commit | dd4ff92aa331b49b5a4597f9bff74b5f7362ebaa (patch) | |
tree | 251351c1d3f703073545594db99f52a50a61eebf /crates/ra_ide | |
parent | a007a123af294c14abd75777566d7ba8c4203683 (diff) |
Remove dat fixme
Diffstat (limited to 'crates/ra_ide')
-rw-r--r-- | crates/ra_ide/src/hover.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/hover.rs b/crates/ra_ide/src/hover.rs index 5b3760c18..a31187994 100644 --- a/crates/ra_ide/src/hover.rs +++ b/crates/ra_ide/src/hover.rs | |||
@@ -106,7 +106,7 @@ fn determine_mod_path(db: &RootDatabase, def: &Definition) -> Option<String> { | |||
106 | .flatten() | 106 | .flatten() |
107 | .join("::") | 107 | .join("::") |
108 | }); | 108 | }); |
109 | mod_path // FIXME: replace dashes with underscores in crate display name | 109 | mod_path |
110 | } | 110 | } |
111 | 111 | ||
112 | fn hover_text_from_name_kind(db: &RootDatabase, def: Definition) -> Option<String> { | 112 | fn hover_text_from_name_kind(db: &RootDatabase, def: Definition) -> Option<String> { |