Skip to content

Commit 71ae9c8

Browse files
committed
Rename compiler_builtins.rs to public_extern.rs
1 parent ab0c005 commit 71ae9c8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

library/std/src/sys/platform_version/darwin/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::sync::atomic::{AtomicU32, Ordering};
66
use crate::sys::common::small_c_string::run_path_with_cstr;
77
use crate::{env, fs};
88

9-
mod compiler_builtins;
9+
mod public_extern;
1010
#[cfg(test)]
1111
mod tests;
1212

library/std/src/sys/platform_version/darwin/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use super::compiler_builtins::*;
1+
use super::public_extern::*;
22
use super::*;
33
use crate::process::Command;
44

0 commit comments

Comments
 (0)