aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/ide/src/runnables.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/crates/ide/src/runnables.rs b/crates/ide/src/runnables.rs
index ce3a2e7ba..7c92b7625 100644
--- a/crates/ide/src/runnables.rs
+++ b/crates/ide/src/runnables.rs
@@ -110,16 +110,6 @@ pub(crate) fn runnables(db: &RootDatabase, file_id: FileId) -> Vec<Runnable> {
110 res 110 res
111} 111}
112 112
113// Feature: Run Test
114//
115// Shows a popup suggesting to run a test in which the item **at the current cursor
116// location** is used (if any).
117//
118// |===
119// | Editor | Action Name
120//
121// | VS Code | **Rust Analyzer: Run Test**
122// |===
123pub(crate) fn related_tests( 113pub(crate) fn related_tests(
124 db: &RootDatabase, 114 db: &RootDatabase,
125 position: FilePosition, 115 position: FilePosition,