Skip to content

Commit

Permalink
Take 32 on trying to avoid an awkward sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jan 10, 2019
1 parent 74d61db commit 1ec7c04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/items/associated-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ following types:
- [`Arc<Self>`]
- [`Pin<P>`] where `P` is one of the above types except `Self`.

As an alternate way of writing the type, the `Self` term may instead be
written with the type being implemented.
The `Self` term can be replaced with the type being implemented.

```rust
# use std::rc::Rc;
Expand Down

0 comments on commit 1ec7c04

Please sign in to comment.