From 941818d88ebc1f0d90ef9b1ef7d1313174afb36b Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Fri, 25 Nov 2016 12:03:11 -0800 Subject: Refactor limit function Was reading through the code and realized this function could be cleaned up significantly. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 8052ce07..aa9275c2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,6 +20,7 @@ #![feature(unicode)] #![feature(step_trait)] #![feature(core_intrinsics)] +#![feature(test)] #![allow(stable_features)] // lying about question_mark because 1.14.0 isn't released! #![feature(proc_macro)] -- cgit