diff --git a/doc/user-guide/src/concepts/components.md b/doc/user-guide/src/concepts/components.md index ba74f96276..ca1bafa6bf 100644 --- a/doc/user-guide/src/concepts/components.md +++ b/doc/user-guide/src/concepts/components.md @@ -57,8 +57,7 @@ toolchains. The following is an overview of the different components: [RLS]. * `rust-mingw` — This contains a linker and platform libraries for building on the `x86_64-pc-windows-gnu` platform. -* `llvm-tools-preview` — This is an experimental component which contains a - collection of [LLVM] tools. +* `llvm-tools` — This component contains a collection of [LLVM] tools. * `rustc-dev` — This component contains the compiler as a library. Most users will not need this; it is only needed for development *of* tools that link to the compiler, such as making modifications to [Clippy].