mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-04-29 23:14:49 +00:00
Remove erroneous comment
This commit is contained in:
@@ -110,16 +110,6 @@ pub(crate) fn runnables(db: &RootDatabase, file_id: FileId) -> Vec<Runnable> {
|
||||
res
|
||||
}
|
||||
|
||||
// Feature: Run Test
|
||||
//
|
||||
// Shows a popup suggesting to run a test in which the item **at the current cursor
|
||||
// location** is used (if any).
|
||||
//
|
||||
// |===
|
||||
// | Editor | Action Name
|
||||
//
|
||||
// | VS Code | **Rust Analyzer: Run Test**
|
||||
// |===
|
||||
pub(crate) fn related_tests(
|
||||
db: &RootDatabase,
|
||||
position: FilePosition,
|
||||
|
||||
@@ -72,7 +72,7 @@ export interface Runnable {
|
||||
}
|
||||
export const runnables = new lc.RequestType<RunnablesParams, Runnable[], void>("experimental/runnables");
|
||||
|
||||
export interface RelatedTestsParams extends lc.TextDocumentPositionParams {
|
||||
export interface RelatedTestsParams extends lc.TextDocumentPositionParams {
|
||||
}
|
||||
|
||||
export interface TestInfo {
|
||||
|
||||
Reference in New Issue
Block a user