Skip to content

Fix various warnings/errors when building with different features.

Nick Mathewson requested to merge nickm/arti:matrix_warnings into main

Specifically, after fixing #801 (closed), I tested clippy {--all-features,} {--tests,} on every individual crate. This turned up a few other warnings and errors to fix.

Merge request reports