markdown syntax

This commit is contained in:
gfreezy 2019-03-25 23:15:52 +08:00
parent 2ca1b2bc8f
commit 8cb3041a0c

View file

@ -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: