Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Pfaff 9a4f4e2af6
Add missing min,max import 2022-03-03 17:20:54 -05:00
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;