Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 215 Bytes

File metadata and controls

5 lines (3 loc) · 215 Bytes
  • Always run cargo check 2>&1 | cat after every change

  • Delete unused imports, variables and functions afterwards. We want to leave a clean cargo check.

  • run cargo test in the end to ensure tests still work