]> git.lizzy.rs Git - rust.git/commitdiff
Import Bound in tests
authorChris Gregory <czipperz@gmail.com>
Fri, 31 May 2019 21:56:26 +0000 (16:56 -0500)
committerChris Gregory <czipperz@gmail.com>
Fri, 31 May 2019 21:56:26 +0000 (16:56 -0500)
src/libcore/tests/ops.rs

index 3f6d63fc8a1510dcb0475e052789ec2e23dc3ef2..48755ae4c16411914f3cbd7820f618a8718b1ce0 100644 (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.