Skip to content

Commit 55e914a

Browse files
committed
Remove hidden VARIATION SELECTOR-16
1 parent a84bd9e commit 55e914a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/rust-analyzer/src/main_loop/handlers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,8 @@ pub fn handle_code_lens(
821821
// Gather runnables
822822
for runnable in world.analysis().runnables(file_id)? {
823823
let title = match &runnable.kind {
824-
RunnableKind::Test { .. } | RunnableKind::TestMod { .. } => "▶\u{fe0e}Run Test",
825-
RunnableKind::DocTest { .. } => "▶\u{fe0e}Run Doctest",
824+
RunnableKind::Test { .. } | RunnableKind::TestMod { .. } => "▶\u{fe0e} Run Test",
825+
RunnableKind::DocTest { .. } => "▶\u{fe0e} Run Doctest",
826826
RunnableKind::Bench { .. } => "Run Bench",
827827
RunnableKind::Bin => {
828828
// Do not suggest binary run on other target than binary

0 commit comments

Comments
 (0)