fix: use io

This commit is contained in:
GyDi 2021-12-09 23:26:11 +08:00
parent c13a755eb6
commit 9b8f5c4fcf

View File

@ -1,4 +1,5 @@
use serde::{Deserialize, Serialize};
use std::io;
#[cfg(target_os = "windows")]
use winreg::enums::*;