mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +00:00
markdown syntax
This commit is contained in:
parent
2ca1b2bc8f
commit
8cb3041a0c
1 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ fn main() {
|
|||
}
|
||||
```
|
||||
|
||||
-- Fill struct fields
|
||||
- Fill struct fields
|
||||
|
||||
```rust
|
||||
// before:
|
||||
|
@ -285,7 +285,7 @@ fn foo() {
|
|||
}
|
||||
```
|
||||
|
||||
-- Remove `dbg!`
|
||||
- Remove `dbg!`
|
||||
|
||||
```rust
|
||||
// before:
|
||||
|
|
Loading…
Reference in a new issue