clippy 0.0.80

A bunch of helpful lints to avoid common pitfalls in Rust
{
  "plugins": {
    "lint": {
      "table-pipes": false,
      "table-pipe-alignment": false,
      "maximum-line-length": 120
    }
  },
  "settings": {
    "commonmark": true
  }
}