clippy
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
use std::{iter::Rev, ops::RangeInclusive};
|
||||
|
||||
use num::CheckedSub;
|
||||
|
||||
pub fn split_from<T>(min: T, max: T, x: T) -> Vec<Vec<T>>
|
||||
where
|
||||
T: num::Integer + Copy,
|
||||
|
||||
Reference in New Issue
Block a user