Fix negative_impls feature.

pull/205/head
Eric Huss 5 years ago
parent 9f797e65e6
commit 218da782b8

@ -54,7 +54,7 @@ In the *incredibly rare* case that a type is inappropriately automatically
derived to be Send or Sync, then one can also unimplement Send and Sync:
```rust
#![feature(optin_builtin_traits)]
#![feature(negative_impls)]
// I have some magic semantics for some synchronization primitive!
struct SpecialThreadToken(u8);

Loading…
Cancel
Save