Skip to content

Commit 4d3a052

Browse files
committed
fix: Revert removing [] from the hover gif
1 parent 04e3869 commit 4d3a052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/hover.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub struct HoverResult {
7676
// Shows additional information, like the type of an expression or the documentation for a definition when "focusing" code.
7777
// Focusing is usually hovering with a mouse, but can also be triggered with a shortcut.
7878
//
79-
// image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917a-11eb-9f88-3dbc27320c95.gif
79+
// image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917a-11eb-9f88-3dbc27320c95.gif[]
8080
pub(crate) fn hover(
8181
db: &RootDatabase,
8282
range: FileRange,

0 commit comments

Comments
 (0)