diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2017-01-06 15:25:04 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2017-01-06 20:17:10 -0800 |
commit | 800b65622cd8881f30d4d02e87c1ba4e4c9d27d2 (patch) | |
tree | d5532beac05b59e5bb454beb287e314d1b917093 /src/lib.rs | |
parent | 085800c330e7f496ecd2298de4762a7cafcbc13a (diff) | |
download | alacritty-800b65622cd8881f30d4d02e87c1ba4e4c9d27d2.tar.gz alacritty-800b65622cd8881f30d4d02e87c1ba4e4c9d27d2.zip |
Remove need for step_by feature
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ #![feature(inclusive_range_syntax)] #![feature(inclusive_range)] #![feature(drop_types_in_const)] -#![feature(step_trait)] #![cfg_attr(feature = "clippy", feature(plugin))] #![cfg_attr(feature = "clippy", plugin(clippy))] #![cfg_attr(feature = "clippy", deny(clippy))] |