aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgfreezy <[email protected]>2019-03-25 15:15:52 +0000
committergfreezy <[email protected]>2019-03-25 15:15:52 +0000
commit8cb3041a0cbd64b7ddc46fbf81a3c0088af7bcf2 (patch)
tree492354c80a182257889af6d5301827573a039f51 /docs
parent2ca1b2bc8fd14cb78c869551c35713603ca785f3 (diff)
markdown syntax
Diffstat (limited to 'docs')
-rw-r--r--docs/user/features.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/features.md b/docs/user/features.md
index 59ee3dbd5..7173d88e9 100644
--- a/docs/user/features.md
+++ b/docs/user/features.md
@@ -210,7 +210,7 @@ fn main() {
210} 210}
211``` 211```
212 212
213-- Fill struct fields 213- Fill struct fields
214 214
215```rust 215```rust
216// before: 216// before:
@@ -285,7 +285,7 @@ fn foo() {
285} 285}
286``` 286```
287 287
288-- Remove `dbg!` 288- Remove `dbg!`
289 289
290```rust 290```rust
291// before: 291// before: