Skip to content

Commit 3abf961

Browse files
blussadamreichold
andauthored
Update src/split_at.rs
Co-authored-by: Adam Reichold <[email protected]>
1 parent c033453 commit 3abf961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/split_at.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub(crate) trait SplitAt {
77
}
88

99
pub(crate) trait SplitPreference : SplitAt {
10-
#[allow(dead_code)]
10+
#[allow(dead_code)] // used only when Rayon support is enabled
1111
fn can_split(&self) -> bool;
1212
fn split_preference(&self) -> (Axis, usize);
1313
fn split(self) -> (Self, Self) where Self: Sized {

0 commit comments

Comments
 (0)