diff options
-rw-r--r-- | docs/user/features.md | 4 |
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: |