Skip to content

Commit 411197b

Browse files
authored
Merge pull request #205 from ehuss/negative-impls
Fix negative_impls feature.
2 parents 9f797e6 + 218da78 commit 411197b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/send-and-sync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In the *incredibly rare* case that a type is inappropriately automatically
5454
derived to be Send or Sync, then one can also unimplement Send and Sync:
5555

5656
```rust
57-
#![feature(optin_builtin_traits)]
57+
#![feature(negative_impls)]
5858

5959
// I have some magic semantics for some synchronization primitive!
6060
struct SpecialThreadToken(u8);

0 commit comments

Comments
 (0)