Use a more common word than "elide", e.g. omit
This commit is contained in:
parent
11a612795a
commit
915cf01cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ fn bar<'a>(x: &'a i32) {
|
|||
```
|
||||
|
||||
The `'a` reads ‘the lifetime a’. Technically, every reference has some lifetime
|
||||
associated with it, but the compiler lets you elide them in common cases.
|
||||
associated with it, but the compiler lets you omit them in common cases.
|
||||
Before we get to that, though, let’s break the explicit example down:
|
||||
|
||||
```rust,ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue