mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +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 = "netbsd",
|
||||||
target_os = "dragonfly"
|
target_os = "dragonfly"
|
||||||
))] {
|
))] {
|
||||||
mod linux;
|
mod linux_like;
|
||||||
mod list;
|
mod list;
|
||||||
pub(super) use linux::register;
|
pub(super) use linux_like::register;
|
||||||
pub(super) use list::run;
|
pub(super) use list::run;
|
||||||
} else {
|
} else {
|
||||||
mod list;
|
mod list;
|
||||||
|
Loading…
Reference in New Issue
Block a user