Commit 229a5a2
committed
fix(toml): Don't error on leading whitespace in infostring
According to the [RFC](https://rust-lang.github.io/rfcs/3503-frontmatter.html):
> Opens with 3+ dashes followed by 0+ whitespace,
> an optional term (one or more characters excluding whitespace and commas),
> 0+ whitespace, and a newline1 parent 8adef04 commit 229a5a2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
0 commit comments