missing pause

This commit is contained in:
Tshepang Mbambo 2026-02-03 00:45:01 +02:00
parent d4ff9c8227
commit e83ee8a2be

View file

@ -329,7 +329,7 @@ fall back to using `cargo` from the installed `nightly`, `beta`, or `stable` too
**Note:** rust-analyzer and IntelliJ Rust plugin use a component called
`rust-analyzer-proc-macro-srv` to work with proc macros.
If you intend to use a
custom toolchain for a project (e.g. via `rustup override set stage1`) you may
custom toolchain for a project (e.g. via `rustup override set stage1`), you may
want to build this component:
```bash