From 023d49e347e9d155a8a713d40f63329902ad249d Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Wed, 28 Jan 2015 18:16:00 +1300 Subject: Change from core::ops::RangeFull to std::ops --- src/libcoretest/ops.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcoretest') diff --git a/src/libcoretest/ops.rs b/src/libcoretest/ops.rs index 430188c7e43..3da572f65a6 100644 --- a/src/libcoretest/ops.rs +++ b/src/libcoretest/ops.rs @@ -9,7 +9,7 @@ // except according to those terms. use test::Bencher; -use core::ops::{Range, FullRange, RangeFrom, RangeTo}; +use core::ops::{Range, RangeFull, RangeFrom, RangeTo}; // Overhead of dtors @@ -64,5 +64,5 @@ fn test_range_to() { #[test] fn test_full_range() { // Not much to test. - let _ = FullRange; + let _ = RangeFull; } -- cgit 1.4.1-3-g733a5