fix some chinglesh

This commit is contained in:
sunface
2022-03-02 16:37:02 +08:00
parent 59851ca1bb
commit 2759880370
3 changed files with 9 additions and 9 deletions

View File

@@ -94,12 +94,12 @@ fn main() {
```
### Unused varibles
7. fix the warning below with :
1. fix the warning below with :
- 🌟 one way
- 🌟🌟 two ways
- 🌟 only one solution
- 🌟🌟 two distinct solutions
> Note: there are two ways you can use, but none of them is removing the line `let x = 1`
> Note: none of the solutions is to remove the line `let x = 1`
```rust,editable