fix: unnecessary space

This commit is contained in:
katopz
2022-10-11 09:43:03 +07:00
parent 80efefae9e
commit 16e8f45ab8
6 changed files with 12 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ fn print_str(s: String) {
```
5. 🌟🌟
```rust, editable
```rust,editable
// 不要使用 clone使用 copy 的方式替代
fn main() {
let x = (1, 2, (), "hello".to_string());