fix: fix use utf_slice to use utf8_slice

This commit is contained in:
唐鼎
2022-03-09 11:03:00 +08:00
parent a99cea6ace
commit eab24b80ce
4 changed files with 4 additions and 4 deletions

View File

@ -113,7 +113,7 @@ fn main() {
**示例**
```rust
use utf_slice;
use utf8_slice;
fn main() {
let s = "The 🚀 goes to the 🌑!";

View File

@ -245,7 +245,7 @@ fn main() {
**Example**
```rust
use utf_slice;
use utf8_slice;
fn main() {
let s = "The 🚀 goes to the 🌑!";