From 55e914a2a179aba63bd9948d6e0cf3e2a4bf5960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Wed, 13 May 2020 16:59:28 +0300 Subject: Remove hidden VARIATION SELECTOR-16 --- crates/rust-analyzer/src/main_loop/handlers.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/rust-analyzer/src/main_loop/handlers.rs b/crates/rust-analyzer/src/main_loop/handlers.rs index be8688bc3..8d7baa14f 100644 --- a/crates/rust-analyzer/src/main_loop/handlers.rs +++ b/crates/rust-analyzer/src/main_loop/handlers.rs @@ -821,8 +821,8 @@ pub fn handle_code_lens( // Gather runnables for runnable in world.analysis().runnables(file_id)? { let title = match &runnable.kind { - RunnableKind::Test { .. } | RunnableKind::TestMod { .. } => "▶️\u{fe0e}Run Test", - RunnableKind::DocTest { .. } => "▶️\u{fe0e}Run Doctest", + RunnableKind::Test { .. } | RunnableKind::TestMod { .. } => "▶\u{fe0e} Run Test", + RunnableKind::DocTest { .. } => "▶\u{fe0e} Run Doctest", RunnableKind::Bench { .. } => "Run Bench", RunnableKind::Bin => { // Do not suggest binary run on other target than binary -- cgit v1.2.3