mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-08-12 06:24:44 +00:00
fix: unnecessary space
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
### Char
|
||||
1. 🌟
|
||||
```rust, editable
|
||||
```rust,editable
|
||||
|
||||
// Make it work
|
||||
use std::mem::size_of_val;
|
||||
@@ -18,7 +18,7 @@ fn main() {
|
||||
```
|
||||
|
||||
2. 🌟
|
||||
```rust, editable
|
||||
```rust,editable
|
||||
|
||||
// Make it work
|
||||
fn main() {
|
||||
@@ -33,7 +33,7 @@ fn print_char(c : char) {
|
||||
|
||||
### Bool
|
||||
3. 🌟
|
||||
```rust, editable
|
||||
```rust,editable
|
||||
|
||||
// Make println! work
|
||||
fn main() {
|
||||
@@ -47,7 +47,7 @@ fn main() {
|
||||
```
|
||||
|
||||
4. 🌟
|
||||
```rust, editable
|
||||
```rust,editable
|
||||
|
||||
// Make it work
|
||||
fn main() {
|
||||
|
Reference in New Issue
Block a user