chore: Make cargo test --all work (#2580)

This commit is contained in:
Donny/강동윤 2021-10-29 20:54:30 +09:00 committed by GitHub
parent 47f7f1ad4f
commit f9a8ad386d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
#![cfg(not(feature = "wrong-target"))]
use serde::de::DeserializeOwned;
use std::{
fs::create_dir_all,