Add missing min,max import

This commit is contained in:
Michael Pfaff 2022-03-03 17:20:54 -05:00
parent 6c31e13057
commit 9a4f4e2af6
Signed by: michael
GPG Key ID: F1A27427218FCA77
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
// SUCH DAMAGE.
//
use std::fmt;
use core::cmp::{min, max};
use core::fmt;
use mutate_once::MutOnce;