From 4e1f4c8cd7180606156b71ad0222f60e4559f2b3 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 6 Jan 2017 20:44:51 -0800 Subject: Clippy fixes! --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index d53daf0f..f6ccc966 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,8 +13,8 @@ // limitations under the License. // //! Alacritty - The GPU Enhanced Terminal -#![feature(plugin)] #![cfg_attr(feature = "clippy", plugin(clippy))] +#![cfg_attr(feature = "clippy", feature(plugin))] #[macro_use] extern crate alacritty; -- cgit