diff --git a/src/uu/split/src/split.rs b/src/uu/split/src/split.rs index 23520f709..6fb05dabb 100644 --- a/src/uu/split/src/split.rs +++ b/src/uu/split/src/split.rs @@ -354,7 +354,7 @@ enum NumberType { /// Assign lines via round-robin to the specified number of output /// chunks, but output only the *k*th chunk. - KthRoundRobin(u64, u64), // not yet implemented? + KthRoundRobin(u64, u64), } impl NumberType {