Skip to content

Commit

Permalink
Modify doc to reflect the unsized-locals improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy committed Nov 21, 2018
1 parent 2ff6ffc commit c6a803a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/doc/unstable-book/src/language-features/unsized-locals.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ fn main() {
}
```

However, the current implementation allows `MyTupleStruct(..)` to be unsized. This will be fixed in the future.

## By-value trait objects

With this feature, you can have by-value `self` arguments without `Self: Sized` bounds.
Expand Down

0 comments on commit c6a803a

Please sign in to comment.