mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Mark non-code block as text
This commit is contained in:
parent
2fb110e1fa
commit
e2ed813e89
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ impl Marker {
|
||||||
|
|
||||||
/// Contract a node `cm` and complete as `cm`'s `kind`.
|
/// Contract a node `cm` and complete as `cm`'s `kind`.
|
||||||
/// `cm` must be a child of `m` to work correctly.
|
/// `cm` must be a child of `m` to work correctly.
|
||||||
/// ```
|
/// ```text
|
||||||
/// m--A m--A
|
/// m--A m--A
|
||||||
/// +--cm--B -> +--B
|
/// +--cm--B -> +--B
|
||||||
/// +--C C
|
/// +--C C
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue