From a16d3b3d29bfbb448dcda3ce4c77515ecc027c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 23 Apr 2020 11:58:21 +0200 Subject: [PATCH] crypto: Don't instrument the debug implementation. --- src/crypto/machine.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/machine.rs b/src/crypto/machine.rs index c6e6dc9a..357975b2 100644 --- a/src/crypto/machine.rs +++ b/src/crypto/machine.rs @@ -82,6 +82,7 @@ pub struct OlmMachine { outbound_group_session: HashMap, } +#[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")