summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-01-21 14:45:33 -0500
committerGitHub <noreply@github.com>2021-01-21 19:45:33 +0000
commit7291702f6b4fff10f2470f084abe0785b95659a0 (patch)
treee39a9c24608db9b661d947059acac18b30d90ca5 /alacritty_terminal/Cargo.toml
parent753c4ed19ed026fabfad98b9874c54eb4bdcf8f0 (diff)
downloadalacritty-7291702f6b4fff10f2470f084abe0785b95659a0.tar.gz
alacritty-7291702f6b4fff10f2470f084abe0785b95659a0.zip
Remove all rustc benchmarks
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index ad2009cb..ee228a3f 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -39,9 +39,5 @@ winapi = { version = "0.3.7", features = [
]}
mio-anonymous-pipes = "0.1"
-[features]
-default = []
-bench = []
-
[dev-dependencies]
serde_json = "1.0.0"