mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-18 20:47:15 +00:00
fix: change Rust multi-line comment format from /** to // (#1859)
This commit is contained in:
@@ -137,10 +137,8 @@
|
|||||||
|
|
||||||
// 内容注释,用于详解代码
|
// 内容注释,用于详解代码
|
||||||
|
|
||||||
/**
|
// 多行
|
||||||
* 多行
|
// 注释
|
||||||
* 注释
|
|
||||||
*/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "C"
|
=== "C"
|
||||||
|
|||||||
Reference in New Issue
Block a user