doc: update Rust documentation to say support Rust instead of CMake

Seemed to be a typo in the Rust doc page saying to enable CMake support
in your CMakeLists.txt. Swapped to say Rust.

Signed-off-by: Michael Feist <michael.feist@etcconnect.com>
This commit is contained in:
Michael Feist 2025-03-14 08:33:27 -05:00 committed by Benjamin Cabé
commit 63623915af

View file

@ -36,7 +36,7 @@ In order to enable Rust support in a Zephyr application, a few things need to be
to do this (as well as the CMake setup from the next step) is to start with one of the samples
in :module_file:`modules/lang/rust/samples <zephyr-lang-rust:samples>`.
3. Configure the application's :file:`CMakeLists.txt` file to support CMake. Again this is easiest
3. Configure the application's :file:`CMakeLists.txt` file to support Rust. Again this is easiest
to copy from a sample, but this will look something like:
.. code-block:: cmake