aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/tests
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-01-06 07:05:55 +0100
committerGitHub <noreply@github.com>2024-01-06 06:05:55 +0000
commitb54d763154eff23692e06500a4aa342d847ef35a (patch)
tree107b7f54590c11686746801b7588ad8d96aa90ec /alacritty_terminal/tests
parent295ac412de849872e23077d278bcb9cc2021468b (diff)
downloadalacritty-b54d763154eff23692e06500a4aa342d847ef35a.tar.gz
alacritty-b54d763154eff23692e06500a4aa342d847ef35a.zip
Fix serde tests without default features
Authored-by: James McCoy <jamessan@jamessan.com>
Diffstat (limited to 'alacritty_terminal/tests')
-rw-r--r--alacritty_terminal/tests/ref.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty_terminal/tests/ref.rs b/alacritty_terminal/tests/ref.rs
index 7f864ae8..587d2d3e 100644
--- a/alacritty_terminal/tests/ref.rs
+++ b/alacritty_terminal/tests/ref.rs
@@ -1,3 +1,4 @@
+#![cfg(feature = "serde")]
use serde::Deserialize;
use serde_json as json;