We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5b45c commit fb7c4c6Copy full SHA for fb7c4c6
build.rs
@@ -2,7 +2,7 @@ use std::env;
2
3
include!("src/dist/triple.rs");
4
5
-pub(crate) fn from_build() -> Result<PartialTargetTriple, String> {
+fn from_build() -> Result<PartialTargetTriple, String> {
6
let triple = if let Ok(triple) = env::var("RUSTUP_OVERRIDE_BUILD_TRIPLE") {
7
triple
8
} else {
0 commit comments