matrix-org / vodozemac

An implementation of Olm and Megolm in pure Rust.
Apache License 2.0
155 stars 29 forks source link

refactor: Remove Debug implementations for the libolm compat structs #184

Closed poljar closed 3 days ago

poljar commented 4 days ago

These structs contain private key material so they shouldn't have Debug implementations, even unused ones.

This closes: #70.

codecov-commenter commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.35%. Comparing base (57cbf7e) to head (df0c765). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #184 +/- ## ======================================= Coverage 90.35% 90.35% ======================================= Files 34 34 Lines 1907 1907 ======================================= Hits 1723 1723 Misses 184 184 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.