Skip to content

Commit 1b3abfe

Browse files
committed
rename default branch to main
1 parent c610b1d commit 1b3abfe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library/stdarch/.github/workflows/rustc-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# https://rust-lang.zulipchat.com/#narrow/channel/208962-t-libs.2Fstdarch/topic/Subtree.20sync.20automation/with/528461782
1717
zulip-stream-id: 208962
1818
zulip-bot-email: "[email protected]"
19-
pr-base-branch: master
19+
pr-base-branch: main
2020
branch-name: rustc-pull
2121
secrets:
2222
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}

library/stdarch/crates/core_arch/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The `core::arch` module implements architecture-dependent intrinsics (e.g. SIMD).
55

6-
# Usage
6+
# Usage
77

88
`core::arch` is available as part of `libcore` and it is re-exported by
99
`libstd`. Prefer using it via `core::arch` or `std::arch` than via this crate.
@@ -17,7 +17,7 @@ are:
1717
you need to re-compile it for a non-standard target, please prefer using
1818
`xargo` and re-compiling `libcore`/`libstd` as appropriate instead of using
1919
this crate.
20-
20+
2121
* using some features that might not be available even behind unstable Rust
2222
features. We try to keep these to a minimum. If you need to use some of these
2323
features, please open an issue so that we can expose them in nightly Rust and
@@ -34,7 +34,7 @@ are:
3434
* [How to get started][contrib]
3535
* [How to help implement intrinsics][help-implement]
3636

37-
[contrib]: https://github.com/rust-lang/stdarch/blob/master/CONTRIBUTING.md
37+
[contrib]: https://github.com/rust-lang/stdarch/blob/HEAD/CONTRIBUTING.md
3838
[help-implement]: https://github.com/rust-lang/stdarch/issues/40
3939
[i686]: https://rust-lang.github.io/stdarch/i686/core_arch/
4040
[x86_64]: https://rust-lang.github.io/stdarch/x86_64/core_arch/

0 commit comments

Comments
 (0)