Clarify rustup is requried (#20642)

Bret Comnes created

Clarify that rustup is required to build developer extensions. Developer
extensions fail silently to the logs because rustup isn't found, even
when rust is installed.

Release Notes:

- N/A

Change summary

docs/src/extensions/developing-extensions.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/extensions/developing-extensions.md 🔗

@@ -76,7 +76,7 @@ zed::register_extension!(MyExtension);
 
 ## Developing an Extension Locally
 
-Before starting to develop an extension for Zed, be sure to [install Rust](https://www.rust-lang.org/tools/install).
+Before starting to develop an extension for Zed, be sure to [install Rust via rustup](https://www.rust-lang.org/tools/install).
 
 When developing an extension, you can use it in Zed without needing to publish it by installing it as a _dev extension_.