We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b802900 + 13ac0a6 commit 82c8b1bCopy full SHA for 82c8b1b
1 file changed
testing/threearchtest.md
@@ -227,7 +227,7 @@ Rust 对文档的哲学,是不要单独写文档,一是代码本身是文档
227
228
比如,我们给上面库加点文档:
229
230
-```rust
+``````rust
231
//! The `adder` crate provides functions that add numbers to other numbers.
232
//!
233
//! # Examples
@@ -259,7 +259,7 @@ mod tests {
259
assert_eq!(4, add_two(2));
260
}
261
262
-```
+``````
263
264
265
运行 `cargo test`,结果如下:
0 commit comments