diff options
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 1 | ||||
-rw-r--r-- | alacritty/src/main.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index b1055f5c..73724fbe 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -65,4 +65,3 @@ default = ["wayland", "x11"] x11 = ["copypasta/x11", "glutin/x11", "x11-dl", "png"] wayland = ["copypasta/wayland", "glutin/wayland", "wayland-client"] nightly = [] -bench = [] diff --git a/alacritty/src/main.rs b/alacritty/src/main.rs index 0e27c893..1bcf64b9 100644 --- a/alacritty/src/main.rs +++ b/alacritty/src/main.rs @@ -3,7 +3,6 @@ #![warn(rust_2018_idioms, future_incompatible)] #![deny(clippy::all, clippy::if_not_else, clippy::enum_glob_use, clippy::wrong_pub_self_convention)] #![cfg_attr(feature = "cargo-clippy", deny(warnings))] -#![cfg_attr(all(test, feature = "bench"), feature(test))] // With the default subsystem, 'console', windows creates an additional console // window for the program. // This is silently ignored on non-windows systems. |