Merge branch 'master' of https://github.com/sunface/rust-by-practice into editing

This commit is contained in:
Tanish-Eagle
2022-07-19 10:52:00 +05:30
5 changed files with 8 additions and 5 deletions

View File

@ -99,7 +99,7 @@ fn main() {
```
### Unused variables
1. Fix the warning below with :
7. Fix the warning below with :
- 🌟 Only one solution
- 🌟🌟 Two distinct solutions