mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
Merge pull request #141 from gtm-nayan/patch-1
fix: variables 3 isn't editable
This commit is contained in:
@ -28,7 +28,7 @@ fn main() {
|
|||||||
A scope is the range within the program for which the item is valid.
|
A scope is the range within the program for which the item is valid.
|
||||||
|
|
||||||
3. 🌟
|
3. 🌟
|
||||||
```rust,editable.
|
```rust,editable
|
||||||
|
|
||||||
// fix the error below with least modifying
|
// fix the error below with least modifying
|
||||||
fn main() {
|
fn main() {
|
||||||
|
Reference in New Issue
Block a user