mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Remove erroneous comment
This commit is contained in:
parent
5e88436517
commit
f234b80520
2 changed files with 1 additions and 11 deletions
|
@ -110,16 +110,6 @@ pub(crate) fn runnables(db: &RootDatabase, file_id: FileId) -> Vec<Runnable> {
|
||||||
res
|
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(
|
pub(crate) fn related_tests(
|
||||||
db: &RootDatabase,
|
db: &RootDatabase,
|
||||||
position: FilePosition,
|
position: FilePosition,
|
||||||
|
|
|
@ -72,7 +72,7 @@ export interface Runnable {
|
||||||
}
|
}
|
||||||
export const runnables = new lc.RequestType<RunnablesParams, Runnable[], void>("experimental/runnables");
|
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 {
|
export interface TestInfo {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue