microsoft / security-utilities

Security utilities for key generation, string redaction, etc.
MIT License
25 stars 11 forks source link

Fixing compiler warnings #60

Closed suvamM closed 4 months ago

suvamM commented 4 months ago

This PR makes a bunch of cleanup changes to silence all the Rust compilation warnings. The fixes are a combination of fixes to valid compiler complaints, and silencing classes of alerts which were being incorrectly raised.