diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ // limitations under the License. // //! Alacritty - The GPU Enhanced Terminal -#![feature(range_contains)] #![feature(inclusive_range_syntax)] #![feature(inclusive_range)] #![cfg_attr(feature = "clippy", feature(plugin))] |