• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# mmd
2
3TBD
4
5## Apply rustfmt
6
7Before upload your changes, please apply rustfmt.
8
9```bash
10rustfmt +nightly **/*.rs
11```
12