Modify doc to reflect the unsized-locals improvement.

This commit is contained in:
Masaki Hara 2018-11-19 00:27:16 +09:00
parent 2ff6ffc872
commit c6a803a286

View file

@ -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.