Skip to content

Commit c6a803a

Browse files
committed
Modify doc to reflect the unsized-locals improvement.
1 parent 2ff6ffc commit c6a803a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/unstable-book/src/language-features/unsized-locals.md

-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ fn main() {
8080
}
8181
```
8282

83-
However, the current implementation allows `MyTupleStruct(..)` to be unsized. This will be fixed in the future.
84-
8583
## By-value trait objects
8684

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

0 commit comments

Comments
 (0)