Skip to content

Commit 6362391

Browse files
MichaelFeistETCkartben
authored andcommitted
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>
1 parent c93860f commit 6362391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop/languages/rust/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In order to enable Rust support in a Zephyr application, a few things need to be
3636
to do this (as well as the CMake setup from the next step) is to start with one of the samples
3737
in :module_file:`modules/lang/rust/samples <zephyr-lang-rust:samples>`.
3838

39-
3. Configure the application's :file:`CMakeLists.txt` file to support CMake. Again this is easiest
39+
3. Configure the application's :file:`CMakeLists.txt` file to support Rust. Again this is easiest
4040
to copy from a sample, but this will look something like:
4141

4242
.. code-block:: cmake

0 commit comments

Comments
 (0)