@@ -157,10 +157,10 @@ image::https://user-images.githubusercontent.com/48062697/113020670-b7c34f00-917
157
157
// IMPORTANT: master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
158
158
159
159
== Folding
160
- **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/folding_ranges.rs#L31 [folding_ranges.rs]
160
+ **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/folding_ranges.rs#L36 [folding_ranges.rs]
161
161
162
- Defines folding regions for curly braced blocks, runs of consecutive import
163
- statements , and `region` / `endregion` comment markers.
162
+ Defines folding regions for curly braced blocks, runs of consecutive use, mod, const or static
163
+ items , and `region` / `endregion` comment markers.
164
164
165
165
166
166
// IMPORTANT: master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
@@ -228,7 +228,7 @@ image::https://user-images.githubusercontent.com/48062697/113065566-02f85480-91b
228
228
// IMPORTANT: master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
229
229
230
230
== Go to Type Definition
231
- **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/goto_type_definition.rs#L8 [goto_type_definition.rs]
231
+ **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/goto_type_definition.rs#L6 [goto_type_definition.rs]
232
232
233
233
Navigates to the type of an identifier.
234
234
@@ -489,7 +489,7 @@ image::https://user-images.githubusercontent.com/48062697/113065580-04c21800-91b
489
489
// IMPORTANT: master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
490
490
491
491
== Related Tests
492
- **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L189 [runnables.rs]
492
+ **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L196 [runnables.rs]
493
493
494
494
Provides a sneak peek of all tests where the current item is used.
495
495
@@ -523,7 +523,7 @@ image::https://user-images.githubusercontent.com/48062697/113065582-055aae80-91b
523
523
// IMPORTANT: master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
524
524
525
525
== Run
526
- **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L108 [runnables.rs]
526
+ **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L111 [runnables.rs]
527
527
528
528
Shows a popup suggesting to run a test/benchmark/binary **at the current cursor
529
529
location**. Super useful for repeatedly running just a single test. Do bind this
0 commit comments