Fix sequence of Type and Trait in optin-builtin-traits in Unstable Book

This commit is contained in:
Arkadiusz Piekarz 2020-03-06 22:22:18 +01:00
parent 865b44a3e3
commit b90edfcc9e

View file

@ -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: