mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Merge #3604
3604: Remove dat fixme r=matklad a=Veetaha Cleanup as per #3603 Co-authored-by: Veetaha <veetaha2@gmail.com>
This commit is contained in:
commit
e192162d90
@ -106,7 +106,7 @@ fn determine_mod_path(db: &RootDatabase, def: &Definition) -> Option<String> {
|
||||
.flatten()
|
||||
.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> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user