fix: Ensure a syntax drawback is also in the comparison

This commit is contained in:
Ed Page 2023-10-03 17:06:47 -05:00
parent 38cf0ee942
commit c3625147c2
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@ Benefits:
its own
- In the future, this can be leveraged by other build systems or tools
Downsides:
- When sharing in markdown documents (e.g. GitHub issues), requires people escape markdown code fences with an extra backtick which they are likely not used to doing (or aware even exists)
### Alternative 1: Doc-comment
```rust