Skip to content

Add test lint blocks to all "mod test"

Ian Jackson requested to merge Diziet/arti:test-lints into main

In some cases, there were no lints required, but adding unwrap to a test requires adding a suppression, so I chose to add these everywhere.

My approach here does not affect files test.rs, but these are relatively rare - only 28 in our codebase.

Merge request reports