fix: change Rust multi-line comment format from /** to // (#1859)

This commit is contained in:
Senrian
2026-03-30 14:47:46 +08:00
committed by GitHub
parent c2eb1dbc5a
commit e01acc8d97
+2 -4
View File
@@ -137,10 +137,8 @@
// 内容注释,用于详解代码
/**
* 多行
* 注释
*/
// 多行
// 注释
```
=== "C"