Skip to content

Commit

Permalink
kmc-solid: Import std::sync::PoisonError in std::sys::solid::os
Browse files Browse the repository at this point in the history
  • Loading branch information
kawadakk committed Aug 23, 2023
1 parent c6f5495 commit 65217a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sys/solid/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 65217a7

Please sign in to comment.