diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2019-07-08 23:21:37 +0200 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-07-09 01:37:07 +0200 |
| commit | 686b813f5d8ac504fb2f254731d0d681147d415e (patch) | |
| tree | 034107a6b30e4447047cfc0cd160e8606907da5d /library/stdarch/crates/std_detect | |
| parent | 127f13f10fb0d34eb6000f2c5b16e0cbc9a469ea (diff) | |
| download | rust-686b813f5d8ac504fb2f254731d0d681147d415e.tar.gz rust-686b813f5d8ac504fb2f254731d0d681147d415e.zip | |
Update repo name
Diffstat (limited to 'library/stdarch/crates/std_detect')
5 files changed, 9 insertions, 12 deletions
diff --git a/library/stdarch/crates/std_detect/Cargo.toml b/library/stdarch/crates/std_detect/Cargo.toml index ae633566591..8902868c623 100644 --- a/library/stdarch/crates/std_detect/Cargo.toml +++ b/library/stdarch/crates/std_detect/Cargo.toml @@ -8,8 +8,8 @@ authors = [ ] description = "`std::detect` - Rust's standard library run-time CPU feature detection." documentation = "https://docs.rs/std_detect" -homepage = "https://github.com/rust-lang-nursery/stdsimd" -repository = "https://github.com/rust-lang-nursery/stdsimd" +homepage = "https://github.com/rust-lang/stdarch" +repository = "https://github.com/rust-lang/stdarch" readme = "README.md" keywords = ["std", "run-time", "feature", "detection"] categories = ["hardware-support"] @@ -17,10 +17,10 @@ license = "MIT/Apache-2.0" edition = "2015" [badges] -travis-ci = { repository = "rust-lang-nursery/stdsimd" } -appveyor = { repository = "rust-lang-nursery/stdsimd" } -is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/stdsimd" } -is-it-maintained-open-issues = { repository = "rust-lang-nursery/stdsimd" } +travis-ci = { repository = "rust-lang/stdarch" } +appveyor = { repository = "rust-lang/stdarch" } +is-it-maintained-issue-resolution = { repository = "rust-lang/stdarch" } +is-it-maintained-open-issues = { repository = "rust-lang/stdarch" } maintenance = { status = "experimental" } [dependencies] diff --git a/library/stdarch/crates/std_detect/README.md b/library/stdarch/crates/std_detect/README.md index 4d2ec7d3448..1c83a54b80d 100644 --- a/library/stdarch/crates/std_detect/README.md +++ b/library/stdarch/crates/std_detect/README.md @@ -75,9 +75,9 @@ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in `std_detect` by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. -[travis]: https://travis-ci.com/rust-lang-nursery/stdsimd -[Travis-CI Status]: https://travis-ci.com/rust-lang-nursery/stdsimd.svg?branch=master -[appveyor]: https://ci.appveyor.com/project/rust-lang-libs/stdsimd/branch/master +[travis]: https://travis-ci.com/rust-lang/stdarch +[Travis-CI Status]: https://travis-ci.com/rust-lang/stdarch.svg?branch=master +[appveyor]: https://ci.appveyor.com/project/rust-lang-libs/stdarch/branch/master [Appveyor Status]: https://ci.appveyor.com/api/projects/status/ix74qhmilpibn00x/branch/master?svg=true [std_detect_crate_badge]: https://img.shields.io/crates/v/std_detect.svg [std_detect_crate_link]: https://crates.io/crates/std_detect diff --git a/library/stdarch/crates/std_detect/src/lib.rs b/library/stdarch/crates/std_detect/src/lib.rs index 8b3bb304f1c..7737719c3b0 100644 --- a/library/stdarch/crates/std_detect/src/lib.rs +++ b/library/stdarch/crates/std_detect/src/lib.rs @@ -17,7 +17,6 @@ #![deny(clippy::missing_inline_in_public_items)] #![cfg_attr(target_os = "linux", feature(linkage))] #![cfg_attr(all(target_os = "freebsd", target_arch = "aarch64"), feature(asm))] -#![cfg_attr(stdsimd_strict, deny(warnings))] #![cfg_attr(test, allow(unused_imports))] #![no_std] diff --git a/library/stdarch/crates/std_detect/tests/cpu-detection.rs b/library/stdarch/crates/std_detect/tests/cpu-detection.rs index 0aae39e2947..d0c9901c4cd 100644 --- a/library/stdarch/crates/std_detect/tests/cpu-detection.rs +++ b/library/stdarch/crates/std_detect/tests/cpu-detection.rs @@ -1,5 +1,4 @@ #![feature(stdsimd)] -#![cfg_attr(stdsimd_strict, deny(warnings))] #![allow(clippy::option_unwrap_used, clippy::use_debug, clippy::print_stdout)] #[cfg(any( diff --git a/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs b/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs index df03e6555aa..e950523d0e5 100644 --- a/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs +++ b/library/stdarch/crates/std_detect/tests/macro_trailing_commas.rs @@ -1,5 +1,4 @@ #![feature(stdsimd)] -#![cfg_attr(stdsimd_strict, deny(warnings))] #![allow(clippy::option_unwrap_used, clippy::use_debug, clippy::print_stdout)] #[cfg(any( |
