diff options
-rw-r--r-- | crates/ide/src/typing.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide/src/typing.rs b/crates/ide/src/typing.rs index dc32bb594..11408d445 100644 --- a/crates/ide/src/typing.rs +++ b/crates/ide/src/typing.rs | |||
@@ -51,6 +51,7 @@ pub(crate) const TRIGGER_CHARS: &str = ".=>"; | |||
51 | // ---- | 51 | // ---- |
52 | // | 52 | // |
53 | // image::https://user-images.githubusercontent.com/48062697/113166163-69758500-923a-11eb-81ee-eb33ec380399.gif[] | 53 | // image::https://user-images.githubusercontent.com/48062697/113166163-69758500-923a-11eb-81ee-eb33ec380399.gif[] |
54 | // image::https://user-images.githubusercontent.com/48062697/113171066-105c2000-923f-11eb-87ab-f4a263346567.gif[] | ||
54 | pub(crate) fn on_char_typed( | 55 | pub(crate) fn on_char_typed( |
55 | db: &RootDatabase, | 56 | db: &RootDatabase, |
56 | position: FilePosition, | 57 | position: FilePosition, |