diff options
Diffstat (limited to 'library/stdarch/crates/std_detect/README.md')
| -rw-r--r-- | library/stdarch/crates/std_detect/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/library/stdarch/crates/std_detect/README.md b/library/stdarch/crates/std_detect/README.md index df66dc64b2f..bb26c34719a 100644 --- a/library/stdarch/crates/std_detect/README.md +++ b/library/stdarch/crates/std_detect/README.md @@ -1,7 +1,7 @@ `std::detect` - Rust's standard library run-time CPU feature detection ======= -[![Azure Pipelines Status]][azure] [![std_detect_crate_badge]][std_detect_crate_link] [![std_detect_docs_badge]][std_detect_docs_link] +[![std_detect_crate_badge]][std_detect_crate_link] [![std_detect_docs_badge]][std_detect_docs_link] The private `std::detect` module implements run-time feature detection in Rust's @@ -75,8 +75,6 @@ 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. -[azure]: https://dev.azure.com/rust-lang2/stdarch/_build/latest?definitionId=2&branchName=auto -[Azure Pipelines Status]: https://dev.azure.com/rust-lang2/stdarch/_apis/build/status/rust-lang.stdarch?branchName=auto [std_detect_crate_badge]: https://img.shields.io/crates/v/std_detect.svg [std_detect_crate_link]: https://crates.io/crates/std_detect [std_detect_docs_badge]: https://docs.rs/std_detect/badge.svg |
