mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
fix: unnecessary space
This commit is contained in:
@ -62,7 +62,7 @@ fn print_str(s: String) {
|
||||
```
|
||||
|
||||
5. 🌟🌟
|
||||
```rust, editable
|
||||
```rust,editable
|
||||
// Don't use clone ,use copy instead
|
||||
fn main() {
|
||||
let x = (1, 2, (), "hello".to_string());
|
||||
|
Reference in New Issue
Block a user