Skip to content

Commit 0914ea9

Browse files
committed
removed unwanted dead_code macros
1 parent 1c1eb03 commit 0914ea9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/partial.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ impl<T> Partial<T>
3737
}
3838

3939
#[cfg(feature = "rayon")]
40-
#[allow(dead_code)]
4140
pub(crate) fn stub() -> Self
4241
{
4342
Self {
@@ -47,7 +46,6 @@ impl<T> Partial<T>
4746
}
4847

4948
#[cfg(feature = "rayon")]
50-
#[allow(dead_code)]
5149
pub(crate) fn is_stub(&self) -> bool
5250
{
5351
self.ptr.is_null()
@@ -62,7 +60,6 @@ impl<T> Partial<T>
6260
}
6361

6462
#[cfg(feature = "rayon")]
65-
#[allow(dead_code)]
6663
/// Merge if they are in order (left to right) and contiguous.
6764
/// Skips merge if T does not need drop.
6865
pub(crate) fn try_merge(mut left: Self, right: Self) -> Self

0 commit comments

Comments
 (0)