Skip to content

Commit 982456f

Browse files
committed
doc: lang: rust: Small trivial change
This adds a trivial change to test doc generation on the testing repo. Signed-off-by: David Brown <[email protected]>
1 parent 1dbca0c commit 982456f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/develop/languages/rust/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Rust Language Support
44
#####################
55

6+
Small change to trigger doc build.
7+
68
Rust is a modern systems programming language focused on safety, speed, and concurrency. Unlike
79
traditional systems programming languages such as C and C++, Rust ensures memory safety without
810
relying on garbage colleciton, thanks to its ownership model and borrow checker. Rust also offers a

0 commit comments

Comments
 (0)