Skip to content

Commit

Permalink
doc: lang: rust: Small trivial change
Browse files Browse the repository at this point in the history
This adds a trivial change to test doc generation on the testing repo.

Signed-off-by: David Brown <david.brown@linaro.org>
  • Loading branch information
d3zd3z committed Jan 15, 2025
1 parent 539364a commit 79683ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/develop/languages/rust/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Rust Language Support
#####################

Small change to trigger doc build.

Rust is a modern systems programming language focused on safety, speed, and concurrency. Unlike
traditional systems programming languages such as C and C++, Rust ensures memory safety without
relying on garbage colleciton, thanks to its ownership model and borrow checker. Rust also offers a
Expand Down

0 comments on commit 79683ed

Please sign in to comment.