Describe the network (#31)

This commit is contained in:
Patrick Stevens
2023-06-17 23:03:32 +01:00
committed by GitHub
parent bdb5d8e192
commit f873e5ca3d
5 changed files with 33 additions and 15 deletions

View File

@@ -129,7 +129,7 @@ jobs:
},
{
"name": "Run Clippy",
"run": "nix develop --command cargo -- clippy -- -D warnings"
"run": "nix develop --command cargo -- clippy -- -D warnings -W clippy::must_use_candidate"
}
]
}