Skip to content

Commit

Permalink
Fix sequence of Type and Trait in optin-builtin-traits in Unstable Book
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekPiekarz committed Mar 6, 2020
1 parent 865b44a commit b90edfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ has explicitly opted out via a negative impl.
[`Sync`]: https://doc.rust-lang.org/std/marker/trait.Sync.html

```rust,ignore
impl !Type for Trait
impl !Trait for Type
```

Example:
Expand Down

0 comments on commit b90edfc

Please sign in to comment.