kmc-solid: Import `std::sync::PoisonError` in `std::sys::solid::os`

This commit is contained in:
Tomoaki Kawada 2023-08-23 11:44:18 +09:00
parent c6f5495591
commit 65217a72b0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use crate::os::{
solid::ffi::{OsStrExt, OsStringExt},
};
use crate::path::{self, PathBuf};
use crate::sync::RwLock;
use crate::sync::{PoisonError, RwLock};
use crate::sys::common::small_c_string::run_with_cstr;
use crate::vec;