Skip to content

Commit

Permalink
chore add coverage annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
polazarus committed Nov 10, 2024
1 parent 924f0f3 commit 1654a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raw/allocated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ mod tests {
}

#[test]
#[cfg_attr(coverage_nightly, coverage(off))]
fn test_try_into_vec() {
let allocated = Allocated::<Rc>::new(vec![0, 1, 2]);
assert_eq!(allocated.owner().ref_count(), 1);
Expand Down

0 comments on commit 1654a69

Please sign in to comment.