Clean newlines
This commit is contained in:
parent
2f60768e84
commit
3967e1c940
29 changed files with 45 additions and 46 deletions
|
|
@ -363,7 +363,7 @@ note: reference must be valid for the block suffix following statement 0 at
|
|||
let y: &i32;
|
||||
let x = 5;
|
||||
y = &x;
|
||||
|
||||
|
||||
println!("{}", y);
|
||||
}
|
||||
|
||||
|
|
@ -371,7 +371,7 @@ note: ...but borrowed value is only valid for the block suffix following
|
|||
statement 1 at 3:14
|
||||
let x = 5;
|
||||
y = &x;
|
||||
|
||||
|
||||
println!("{}", y);
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue