fix: change 、to .

This commit is contained in:
katopz
2022-11-07 11:06:19 +07:00
parent 14a2600176
commit a46840763e
13 changed files with 105 additions and 105 deletions

View File

@@ -1,4 +1,4 @@
1
1.
```rust
fn main() {
@@ -26,7 +26,7 @@ fn need_static(r : &'static str) {
}
```
2
2.
```rust
#[derive(Debug)]
@@ -55,7 +55,7 @@ fn main() {
}
```
3
3.
```rust
fn main() {
@@ -67,7 +67,7 @@ fn main() {
}
```
5
5.
```rust
use std::fmt::Debug;