Chore: format documentation examples
Open
good first issue
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
Format examples in doc strings.
Have the CI ensure all doc strings remain formatted.
rustfmt has an option for this
- https://rust-lang.github.io/rustfmt/?version=v1.8.0&search=#format_code_in_doc_comments
example
```
cargo fmt -- --config format_code_in_doc_comments=true
```
Contributor guide
Assessment
This issue has not been assessed yet.