Skip to content

Commit bd05c5c

Browse files
authored
Unrolled build for rust-lang#125395
Rollup merge of rust-lang#125395 - madsmtm:fix-doc-summary, r=lqd Remove unnecessary `.md` from the documentation sidebar Oversight from rust-lang#124772, caught in rust-lang#124772 (comment). r? weihanglo
2 parents 93e7cb8 + 722b2ee commit bd05c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc/src/SUMMARY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
- [\*-apple-darwin](platform-support/apple-darwin.md)
2121
- [i686-apple-darwin](platform-support/i686-apple-darwin.md)
2222
- [x86_64h-apple-darwin](platform-support/x86_64h-apple-darwin.md)
23-
- [arm64e-apple-darwin.md](platform-support/arm64e-apple-darwin.md)
23+
- [arm64e-apple-darwin](platform-support/arm64e-apple-darwin.md)
2424
- [\*-apple-ios](platform-support/apple-ios.md)
2525
- [\*-apple-ios-macabi](platform-support/apple-ios-macabi.md)
26-
- [arm64e-apple-ios.md](platform-support/arm64e-apple-ios.md)
26+
- [arm64e-apple-ios](platform-support/arm64e-apple-ios.md)
2727
- [\*-apple-tvos](platform-support/apple-tvos.md)
2828
- [\*-apple-watchos](platform-support/apple-watchos.md)
2929
- [\*-apple-visionos](platform-support/apple-visionos.md)

0 commit comments

Comments
 (0)