Skip to content

Commit 65217a7

Browse files
committed
kmc-solid: Import std::sync::PoisonError in std::sys::solid::os
1 parent c6f5495 commit 65217a7

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/solid

1 file changed

+1
-1
lines changed

library/std/src/sys/solid/os.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::os::{
88
solid::ffi::{OsStrExt, OsStringExt},
99
};
1010
use crate::path::{self, PathBuf};
11-
use crate::sync::RwLock;
11+
use crate::sync::{PoisonError, RwLock};
1212
use crate::sys::common::small_c_string::run_with_cstr;
1313
use crate::vec;
1414

0 commit comments

Comments
 (0)