diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-10-06 15:35:44 +0900 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-10-10 12:42:41 +0200 |
| commit | cd7aa7720ab8b6b0efce3bdd4b8d79e19b4ad473 (patch) | |
| tree | c36478f63c0bed0c45d937f339b2625d9c550cd1 /library/stdarch/crates/std_detect/README.md | |
| parent | 204c6486332d490d8035461de3fb16300e3577dd (diff) | |
| download | rust-cd7aa7720ab8b6b0efce3bdd4b8d79e19b4ad473.tar.gz rust-cd7aa7720ab8b6b0efce3bdd4b8d79e19b4ad473.zip | |
Remove azure pipelines badges
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 |
