crypto: Don't instrument the debug implementation.
parent
cb235c47a1
commit
a16d3b3d29
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue