Import Bound in tests

This commit is contained in:
Chris Gregory 2019-05-31 16:56:26 -05:00
parent df845784ee
commit a21a0e0268

View file

@ -1,4 +1,4 @@
use core::ops::{Range, RangeFull, RangeFrom, RangeTo, RangeInclusive};
use core::ops::{Bound, Range, RangeFull, RangeFrom, RangeTo, RangeInclusive};
// Test the Range structs without the syntactic sugar.