diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-05-22 23:41:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 23:41:14 +0200 |
| commit | 5f62a35bae82dd0c5ff9dedd83fe2cfd74b67792 (patch) | |
| tree | 55df163fc304e16a7185a266f48e0ba365ae2c2f | |
| parent | 0646c7d066d6ea3d44291a9239ba6eed75ac73b9 (diff) | |
| parent | 722b2ee17d846d9ba1a7478a5368a3bbaae3e665 (diff) | |
| download | rust-5f62a35bae82dd0c5ff9dedd83fe2cfd74b67792.tar.gz rust-5f62a35bae82dd0c5ff9dedd83fe2cfd74b67792.zip | |
Rollup merge of #125395 - madsmtm:fix-doc-summary, r=lqd
Remove unnecessary `.md` from the documentation sidebar Oversight from https://github.com/rust-lang/rust/pull/124772, caught in https://github.com/rust-lang/rust/pull/124772#discussion_r1609227398. r? weihanglo
| -rw-r--r-- | src/doc/rustc/src/SUMMARY.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/SUMMARY.md b/src/doc/rustc/src/SUMMARY.md index 6f814955857..4ef2fcebe92 100644 --- a/src/doc/rustc/src/SUMMARY.md +++ b/src/doc/rustc/src/SUMMARY.md @@ -20,10 +20,10 @@ - [\*-apple-darwin](platform-support/apple-darwin.md) - [i686-apple-darwin](platform-support/i686-apple-darwin.md) - [x86_64h-apple-darwin](platform-support/x86_64h-apple-darwin.md) - - [arm64e-apple-darwin.md](platform-support/arm64e-apple-darwin.md) + - [arm64e-apple-darwin](platform-support/arm64e-apple-darwin.md) - [\*-apple-ios](platform-support/apple-ios.md) - [\*-apple-ios-macabi](platform-support/apple-ios-macabi.md) - - [arm64e-apple-ios.md](platform-support/arm64e-apple-ios.md) + - [arm64e-apple-ios](platform-support/arm64e-apple-ios.md) - [\*-apple-tvos](platform-support/apple-tvos.md) - [\*-apple-watchos](platform-support/apple-watchos.md) - [\*-apple-visionos](platform-support/apple-visionos.md) |
