crypto: Don't instrument the debug implementation.

master
Damir Jelić 2020-04-23 11:58:21 +02:00
parent cb235c47a1
commit a16d3b3d29
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ pub struct OlmMachine {
outbound_group_session: HashMap<RoomId, OutboundGroupSession>,
}
#[cfg_attr(tarpaulin, skip)]
impl std::fmt::Debug for OlmMachine {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.debug_struct("OlmMachine")