Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 295 Bytes

File metadata and controls

8 lines (6 loc) · 295 Bytes

Instructions for dropshot-api-manager

General instructions

  • Always use cargo nextest run to run tests. Never use cargo test.
  • Wrap comments to 80 characters.
  • Always end comments with a period.
  • Before finishing up a task, run cargo xfmt to ensure that documents are formatted.