1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-11-06 22:44:18 -05:00

Fix serde tests without default features

Authored-by: James McCoy <jamessan@jamessan.com>
This commit is contained in:
Christian Duerr 2024-01-06 07:05:55 +01:00 committed by GitHub
parent 295ac412de
commit b54d763154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#![cfg(feature = "serde")]
use serde::Deserialize;
use serde_json as json;