Closed dessalines closed 2 weeks ago
K fixed a lot of the issues above.
Would be good if you can set the lint expect_used to deny.
I'll try, but iirc there are a lot of cases I couldn't figure out the correct way to do.
True there are a lot. One option would be to annotate those places with #[expect(clippy::expect_used)]
I'll do that now.
There are still a few expects in production code, but this removes a few of the more obvious ones.