feat(RustLangDoc): 2.16 support Rust | 支持 Rust
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// file tree doc is any where not doc comment
|
||||
|
||||
fn main() {
|
||||
my_fun()
|
||||
}
|
||||
|
||||
/// rust doc
|
||||
/// [`my_fun`]
|
||||
fn my_fun() {}
|
||||
Reference in New Issue
Block a user