mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Merge branch 'master' of https://github.com/sunface/rust-by-practice
This commit is contained in:
@ -113,7 +113,7 @@ fn main() {
|
||||
|
||||
**示例**
|
||||
```rust
|
||||
use utf_slice;
|
||||
use utf8_slice;
|
||||
fn main() {
|
||||
let s = "The 🚀 goes to the 🌑!";
|
||||
|
||||
|
@ -245,7 +245,7 @@ fn main() {
|
||||
|
||||
**Example**
|
||||
```rust
|
||||
use utf_slice;
|
||||
use utf8_slice;
|
||||
fn main() {
|
||||
let s = "The 🚀 goes to the 🌑!";
|
||||
|
||||
|
Reference in New Issue
Block a user