Fix tests.
This commit is contained in:
@@ -26,6 +26,7 @@ where
|
||||
x.checked_add(&y)
|
||||
}
|
||||
#[inline(always)]
|
||||
#[allow(dead_code)]
|
||||
fn regular_add<T>(x: T, y: T) -> Option<T>
|
||||
where
|
||||
T: Debug + Copy + PartialOrd + std::ops::Add<Output = T>,
|
||||
|
Reference in New Issue
Block a user