From 757e593b253b4df7e6fc8bf15a4d4f34c9d484c5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 27 Nov 2019 21:32:33 +0300 Subject: rename ra_ide_api -> ra_ide --- .../src/snapshots/rainbow_highlighting.html | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 crates/ra_ide_api/src/snapshots/rainbow_highlighting.html (limited to 'crates/ra_ide_api/src/snapshots/rainbow_highlighting.html') diff --git a/crates/ra_ide_api/src/snapshots/rainbow_highlighting.html b/crates/ra_ide_api/src/snapshots/rainbow_highlighting.html deleted file mode 100644 index 79f11ea80..000000000 --- a/crates/ra_ide_api/src/snapshots/rainbow_highlighting.html +++ /dev/null @@ -1,33 +0,0 @@ - - -
fn main() {
-    let hello = "hello";
-    let x = hello.to_string();
-    let y = hello.to_string();
-
-    let x = "other color please!";
-    let y = x.to_string();
-}
-
-fn bar() {
-    let mut hello = "hello";
-}
\ No newline at end of file -- cgit v1.2.3