Skip to content

Commit 0b3227b

Browse files
committed
std: rename module for clarity
1 parent 2b9a4f3 commit 0b3227b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

std/src/sys/thread_local/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ pub(crate) mod destructors {
5959
target_os = "netbsd",
6060
target_os = "dragonfly"
6161
))] {
62-
mod linux;
62+
mod linux_like;
6363
mod list;
64-
pub(super) use linux::register;
64+
pub(super) use linux_like::register;
6565
pub(super) use list::run;
6666
} else {
6767
mod list;

0 commit comments

Comments
 (0)