Skip to content

Commit a21a0e0

Browse files
committed
Import Bound in tests
1 parent df84578 commit a21a0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/tests/ops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use core::ops::{Range, RangeFull, RangeFrom, RangeTo, RangeInclusive};
1+
use core::ops::{Bound, Range, RangeFull, RangeFrom, RangeTo, RangeInclusive};
22

33
// Test the Range structs without the syntactic sugar.
44

0 commit comments

Comments
 (0)