mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
ui: Exclude another Debug impl from coverage reporting
This commit is contained in:
committed by
Jonas Platte
parent
61335af40d
commit
cd1e3928ad
@@ -269,6 +269,7 @@ pub enum PaginationOptionsInner<'a> {
|
||||
},
|
||||
}
|
||||
|
||||
#[cfg(not(tarpaulin_include))]
|
||||
impl<'a> fmt::Debug for PaginationOptions<'a> {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
match &self.inner {
|
||||
|
||||
Reference in New Issue
Block a user