mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-14 06:15:27 +00:00
Remove dat fixme
This commit is contained in:
parent
a007a123af
commit
dd4ff92aa3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ fn determine_mod_path(db: &RootDatabase, def: &Definition) -> Option<String> {
|
||||||
.flatten()
|
.flatten()
|
||||||
.join("::")
|
.join("::")
|
||||||
});
|
});
|
||||||
mod_path // FIXME: replace dashes with underscores in crate display name
|
mod_path
|
||||||
}
|
}
|
||||||
|
|
||||||
fn hover_text_from_name_kind(db: &RootDatabase, def: Definition) -> Option<String> {
|
fn hover_text_from_name_kind(db: &RootDatabase, def: Definition) -> Option<String> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue