]> git.lizzy.rs Git - rust.git/commitdiff
Gif of "let = " typing assist
authorAyomide Bamidele <48062697+MozarellaMan@users.noreply.github.com>
Wed, 31 Mar 2021 15:39:04 +0000 (16:39 +0100)
committerAyomide Bamidele <48062697+MozarellaMan@users.noreply.github.com>
Wed, 31 Mar 2021 15:39:04 +0000 (16:39 +0100)
crates/ide/src/typing.rs

index dc32bb594d40b60599bc19c4bf49c552ea53e59d..11408d445acde0bb8632e307f2ce61e7f99c453c 100644 (file)
@@ -51,6 +51,7 @@
 // ----
 //
 // image::https://user-images.githubusercontent.com/48062697/113166163-69758500-923a-11eb-81ee-eb33ec380399.gif[]
+// image::https://user-images.githubusercontent.com/48062697/113171066-105c2000-923f-11eb-87ab-f4a263346567.gif[]
 pub(crate) fn on_char_typed(
     db: &RootDatabase,
     position: FilePosition,