We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c07050e + 55e914a commit 530a35fCopy full SHA for 530a35f
crates/rust-analyzer/src/main_loop/handlers.rs
@@ -821,8 +821,8 @@ pub fn handle_code_lens(
821
// Gather runnables
822
for runnable in world.analysis().runnables(file_id)? {
823
let title = match &runnable.kind {
824
- RunnableKind::Test { .. } | RunnableKind::TestMod { .. } => "▶️\u{fe0e}Run Test",
825
- RunnableKind::DocTest { .. } => "▶️\u{fe0e}Run Doctest",
+ RunnableKind::Test { .. } | RunnableKind::TestMod { .. } => "▶\u{fe0e} Run Test",
+ RunnableKind::DocTest { .. } => "▶\u{fe0e} Run Doctest",
826
RunnableKind::Bench { .. } => "Run Bench",
827
RunnableKind::Bin => {
828
// Do not suggest binary run on other target than binary
0 commit comments