We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e3869 commit 4d3a052Copy full SHA for 4d3a052
crates/ide/src/hover.rs
@@ -76,7 +76,7 @@ pub struct HoverResult {
76
// Shows additional information, like the type of an expression or the documentation for a definition when "focusing" code.
77
// Focusing is usually hovering with a mouse, but can also be triggered with a shortcut.
78
//
79
-// 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[]
80
pub(crate) fn hover(
81
db: &RootDatabase,
82
range: FileRange,
0 commit comments