This commit is contained in:
sunface 2022-03-09 14:11:14 +08:00
commit 741e419324
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ You can use [utf8_slice](https://docs.rs/utf8_slice/1.0.0/utf8_slice/fn.slice.ht
**Example**
```rust
use utf_slice;
use utf8_slice;
fn main() {
let s = "The 🚀 goes to the 🌑!";

View File

@ -254,7 +254,7 @@ You can use [utf8_slice](https://docs.rs/utf8_slice/1.0.0/utf8_slice/fn.slice.ht
**Example**
```rust
use utf_slice;
use utf8_slice;
fn main() {
let s = "The 🚀 goes to the 🌑!";

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 🌑!";