Modify doc to reflect the unsized-locals improvement.
This commit is contained in:
parent
2ff6ffc872
commit
c6a803a286
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue