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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy