From 4d3a0529d58b6afc2e0576a6544aac09c96a9b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Gonz=C3=A1lez?= Date: Wed, 28 Jul 2021 06:58:19 -0400 Subject: [PATCH] fix: Revert removing [] from the hover gif --- crates/ide/src/hover.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ide/src/hover.rs b/crates/ide/src/hover.rs index 56ea1951c0d..a2df3b895f6 100644 --- a/crates/ide/src/hover.rs +++ b/crates/ide/src/hover.rs @@ -76,7 +76,7 @@ pub struct HoverResult { // Shows additional information, like the type of an expression or the documentation for a definition when "focusing" code. // Focusing is usually hovering with a mouse, but can also be triggered with a shortcut. // -// 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[] pub(crate) fn hover( db: &RootDatabase, range: FileRange,