We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dead_code
1 parent 1c1eb03 commit 0914ea9Copy full SHA for 0914ea9
src/partial.rs
@@ -37,7 +37,6 @@ impl<T> Partial<T>
37
}
38
39
#[cfg(feature = "rayon")]
40
- #[allow(dead_code)]
41
pub(crate) fn stub() -> Self
42
{
43
Self {
@@ -47,7 +46,6 @@ impl<T> Partial<T>
47
46
48
49
50
51
pub(crate) fn is_stub(&self) -> bool
52
53
self.ptr.is_null()
@@ -62,7 +60,6 @@ impl<T> Partial<T>
62
60
63
61
64
65
66
/// Merge if they are in order (left to right) and contiguous.
67
/// Skips merge if T does not need drop.
68
pub(crate) fn try_merge(mut left: Self, right: Self) -> Self
0 commit comments