aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/runnables.rs
diff options
context:
space:
mode:
authorvsrs <[email protected]>2021-02-27 18:57:58 +0000
committervsrs <[email protected]>2021-02-27 18:59:53 +0000
commitf234b80520ed63b168475be38086d053567f4c1e (patch)
treef34e96aec11b6a0e8d0b87365ac248f2ec2c0cbb /crates/ide/src/runnables.rs
parent5e88436517637dfe34ccdb98b71147ce78f744a5 (diff)
Remove erroneous comment
Diffstat (limited to 'crates/ide/src/runnables.rs')
-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,