feat(RustLangDoc): 2.16 support Rust | 支持 Rust

This commit is contained in:
林万程
2024-02-05 07:56:17 +08:00
parent 1b21ab7066
commit 10074b3ac7
11 changed files with 98 additions and 27 deletions

View File

@@ -0,0 +1,9 @@
// file tree doc is any where not doc comment
fn main() {
my_fun()
}
/// rust doc
/// [`my_fun`]
fn my_fun() {}