mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +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
|
```rust
|
||||||
// before:
|
// before:
|
||||||
|
@ -285,7 +285,7 @@ fn foo() {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
-- Remove `dbg!`
|
- Remove `dbg!`
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
// before:
|
// before:
|
||||||
|
|
Loading…
Reference in a new issue