Skip to content

Commit

Permalink
std: rename module for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
joboet committed Jun 17, 2024
1 parent 35f050b commit 32f9b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/sys/thread_local/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 59,9 @@ pub(crate) mod destructors {
target_os = "netbsd",
target_os = "dragonfly"
))] {
mod linux;
mod linux_like;
mod list;
pub(super) use linux::register;
pub(super) use linux_like::register;
pub(super) use list::run;
} else {
mod list;
Expand Down

0 comments on commit 32f9b8b

Please sign in to comment.