diff options
author | Joe Wilm <joe@jwilm.com> | 2016-11-25 12:03:11 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-12-11 20:23:41 -0800 |
commit | 941818d88ebc1f0d90ef9b1ef7d1313174afb36b (patch) | |
tree | 5a976cf53ddb5df30171271b5289476434d11b35 /src/lib.rs | |
parent | adf02b5049f644e56033834e948481f199e6bb6a (diff) | |
download | alacritty-941818d88ebc1f0d90ef9b1ef7d1313174afb36b.tar.gz alacritty-941818d88ebc1f0d90ef9b1ef7d1313174afb36b.zip |
Refactor limit function
Was reading through the code and realized this function could be cleaned
up significantly.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)] |