You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Masonry originally had some coverage checking, hence the references to tarpaulin in the code.
Once rust-lang/rust#130766 is merged, we should do a coverage check of the crate, remove instances of cfg(not(tarpaulin_include)) and add #[coverage(off)] attributes instead.
The text was updated successfully, but these errors were encountered:
Masonry originally had some coverage checking, hence the references to tarpaulin in the code.
Once rust-lang/rust#130766 is merged, we should do a coverage check of the crate, remove instances of
cfg(not(tarpaulin_include))
and add#[coverage(off)]
attributes instead.The text was updated successfully, but these errors were encountered: