Update src/write.rs
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
57f01ba946
commit
43db4be237
1 changed files with 0 additions and 1 deletions
|
@ -1807,7 +1807,6 @@ fn clamp_opt<T: Ord + Copy, U: Ord + Copy + TryFrom<T>>(
|
|||
value: T,
|
||||
range: std::ops::RangeInclusive<U>,
|
||||
) -> Option<T> {
|
||||
use core::convert::TryInto;
|
||||
if range.contains(&value.try_into().ok()?) {
|
||||
Some(value)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue