mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-26 05:59:42 +00:00
fix: change 、to .
This commit is contained in:
@ -15,7 +15,7 @@ As a reference lifetime, `&'static` indicates the data pointed to by the referen
|
||||
|
||||
|
||||
|
||||
1、🌟🌟 There are several ways to make a variable with `'static` lifetime, two of them are stored in the read-only memory of the binary.
|
||||
1. 🌟🌟 There are several ways to make a variable with `'static` lifetime, two of them are stored in the read-only memory of the binary.
|
||||
|
||||
```rust,editable
|
||||
|
||||
|
Reference in New Issue
Block a user