Skip to content

Commit

Permalink
Merge pull request #205 from ehuss/negative-impls
Browse files Browse the repository at this point in the history
Fix negative_impls feature.
  • Loading branch information
Centril authored Mar 31, 2020
2 parents 9f797e6 + 218da78 commit 411197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/send-and-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 411197b

Please sign in to comment.