mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
std: rename module for clarity
This commit is contained in:
parent
35f050b8da
commit
32f9b8bf76
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user