We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c033453 commit 3abf961Copy full SHA for 3abf961
src/split_at.rs
@@ -7,7 +7,7 @@ pub(crate) trait SplitAt {
7
}
8
9
pub(crate) trait SplitPreference : SplitAt {
10
- #[allow(dead_code)]
+ #[allow(dead_code)] // used only when Rayon support is enabled
11
fn can_split(&self) -> bool;
12
fn split_preference(&self) -> (Axis, usize);
13
fn split(self) -> (Self, Self) where Self: Sized {
0 commit comments