From 77c14a5c5f1ac709961222f95ebbd808e6d59f35 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Mon, 15 Jul 2019 13:53:44 +0200 Subject: Update the stdarch submodule --- src/libstd/Cargo.toml | 4 ++-- src/libstd/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 38df1f26d95..6da77ab57d1 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -80,8 +80,8 @@ wasm_syscall = [] # current thread id and accessing/getting the current thread's TCB wasm-bindgen-threads = [] -# Enable std_detect default features for stdsimd: -# https://github.com/rust-lang-nursery/stdsimd/blob/master/crates/std_detect/Cargo.toml +# Enable std_detect default features for stdarch/crates/std_detect: +# https://github.com/rust-lang/stdarch/blob/master/crates/std_detect/Cargo.toml std_detect_file_io = [] std_detect_dlsym_getauxval = [] diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index fb9a228880e..f394195d77a 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -492,12 +492,12 @@ mod memchr; pub mod rt; // Pull in the `std_detect` crate directly into libstd. The contents of -// `std_detect` are in a different repository: rust-lang-nursery/stdsimd. +// `std_detect` are in a different repository: rust-lang/stdarch. // // `std_detect` depends on libstd, but the contents of this module are // set up in such a way that directly pulling it here works such that the // crate uses the this crate as its libstd. -#[path = "../stdsimd/crates/std_detect/src/mod.rs"] +#[path = "../stdarch/crates/std_detect/src/mod.rs"] #[allow(missing_debug_implementations, missing_docs, dead_code)] #[unstable(feature = "stdsimd", issue = "48556")] #[cfg(not(test))] -- cgit 1.4.1-3-g733a5