trying to get travis to pass

This commit is contained in:
Carl Fredrik Samson
2020-04-05 18:37:14 +02:00
parent 7a6f0592b0
commit 3904912799
5 changed files with 5 additions and 3 deletions

View File

@@ -560,7 +560,7 @@ But now, let's prevent this problem using `Pin`. We'll discuss
reading the comments.
```rust
#![feature(optin_builtin_traits)] // needed to implement `!Unpin`
#![feature(optin_builtin_traits, negative_impls)] // needed to implement `!Unpin`
use std::pin::Pin;
pub fn main() {