about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlona Enraght-Moony <code@alona.page>2025-05-26 20:56:45 +0100
committerGitHub <noreply@github.com>2025-05-26 20:56:45 +0100
commit464cb9bf4948e031ea0bbba4d9669231ef8b5718 (patch)
treea32c1743e43a13748f3c5f3538b455ff51c34969
parentdb998211e88634b610daa93729bb49a71a93b407 (diff)
parent04f466a2bdf19a0f64d52d81425443230daeab3f (diff)
downloadrust-464cb9bf4948e031ea0bbba4d9669231ef8b5718.tar.gz
rust-464cb9bf4948e031ea0bbba4d9669231ef8b5718.zip
Merge pull request #2415 from rust-lang/aDotInTheVoid-patch-1
Remove rustdoc askama migration from getting started
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index 4ee2692638c..a330c2a52c8 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -98,7 +98,6 @@ Some work is too large to be done by a single person. In this case, it's common
 issues" to co-ordinate the work between contributors. Here are some example tracking issues where
 it's easy to pick up work without a large time commitment:
 
-- [Rustdoc Askama Migration](https://github.com/rust-lang/rust/issues/108868)
 - [Diagnostic Translation](https://github.com/rust-lang/rust/issues/100717)
 - [Move UI tests to subdirectories](https://github.com/rust-lang/rust/issues/73494)