We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64feeb commit 132d5ffCopy full SHA for 132d5ff
crates/ide/src/hover.rs
@@ -87,7 +87,7 @@ pub struct HoverResult {
87
// Shows additional information, like the type of an expression or the documentation for a definition when "focusing" code.
88
// Focusing is usually hovering with a mouse, but can also be triggered with a shortcut.
89
//
90
-// image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917a-11eb-9f88-3dbc27320c95.gif
+// image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917a-11eb-9f88-3dbc27320c95.gif[]
91
pub(crate) fn hover(
92
db: &RootDatabase,
93
FileRange { file_id, range }: FileRange,
0 commit comments