From c692b5d76d7a9c01643f1f4be3fa8c777a9b0adb Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 28 Aug 2020 14:47:14 +0200 Subject: :arrow_up: expect-test --- crates/ide/test_data/rainbow_highlighting.html | 49 -------------------------- 1 file changed, 49 deletions(-) delete mode 100644 crates/ide/test_data/rainbow_highlighting.html (limited to 'crates/ide/test_data/rainbow_highlighting.html') diff --git a/crates/ide/test_data/rainbow_highlighting.html b/crates/ide/test_data/rainbow_highlighting.html deleted file mode 100644 index 401e87a73..000000000 --- a/crates/ide/test_data/rainbow_highlighting.html +++ /dev/null @@ -1,49 +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