mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
std: rename module for clarity
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user