mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-25 13:39:41 +00:00
fix: unnecessary space
This commit is contained in:
@ -24,7 +24,7 @@ fn main() {
|
||||
2. 🌟
|
||||
```rust,editable
|
||||
|
||||
// Fill the blank
|
||||
// Fill the blank
|
||||
fn main() {
|
||||
let v: u16 = 38_u8 as __;
|
||||
|
||||
|
Reference in New Issue
Block a user