-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #77347 - jyn514:dox, r=Amanieu
Remove --cfg dox from rustdoc.rs This was added in #53076 because several dependencies were using `cfg(dox)` instead of `cfg(rustdoc)` (now `cfg(doc)`). I ran `rg 'cfg\(dox\)'` on the source tree with no matches, so I think this is now safe to remove. r? `@Mark-Simulacrum` cc `@QuietMisdreavus` :)
- Loading branch information
Showing
2 changed files
with
1 addition
and
8 deletions.
There are no files selected for viewing
Submodule stdarch
updated
10 files
+0 −3 | crates/core_arch/Cargo.toml | |
+89 −89 | crates/core_arch/avx512f.md | |
+2 −2 | crates/core_arch/src/arm/mod.rs | |
+0 −6 | crates/core_arch/src/core_arch_docs.md | |
+20 −20 | crates/core_arch/src/mod.rs | |
+1 −1 | crates/core_arch/src/wasm32/atomic.rs | |
+2 −2 | crates/core_arch/src/wasm32/mod.rs | |
+3,788 −2,021 | crates/core_arch/src/x86/avx512f.rs | |
+18 −0 | crates/core_arch/src/x86/mod.rs | |
+475 −0 | crates/core_arch/src/x86_64/avx512f.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters