mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Out of context, this indent looks strange
This commit is contained in:
parent
576d613330
commit
ab9b43602d
@ -390,7 +390,7 @@ fn foo() -> &i32 {
|
||||
It gave us this help message:
|
||||
|
||||
```text
|
||||
= help: consider giving it a 'static lifetime
|
||||
= help: consider giving it a 'static lifetime
|
||||
```
|
||||
|
||||
As it turns out, `'static` is a special lifetime. It means "this reference
|
||||
|
Loading…
Reference in New Issue
Block a user