Skip to content

Commit 530a35f

Browse files
bors[bot]lnicola
andauthored
Merge #4447
4447: Remove VARIATION SELECTOR-16 in Run arrow r=matklad a=lnicola Closes #4446, cc @Veetaha. Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2 parents c07050e + 55e914a commit 530a35f

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)