Welp that trick didn’t work

This commit is contained in:
Félix Saparelli 2023-03-19 00:34:22 +13:00
parent d8f997e104
commit ae7a4e522b
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,6 @@ version = "0.26.2"
features = ["signal"]
[dev-dependencies]
watchexec-events = { version = "*", features = ["serde"], path = "." }
snapbox = "0.4.10"
serde_json = "1.0.94"

View File

@ -1,3 +1,5 @@
#![cfg(feature = "serde")]
use std::num::{NonZeroI32, NonZeroI64};
use snapbox::assert_eq_path;