]> git.lizzy.rs Git - rust.git/commitdiff
Modify doc to reflect the unsized-locals improvement.
authorMasaki Hara <ackie.h.gmai@gmail.com>
Sun, 18 Nov 2018 15:27:16 +0000 (00:27 +0900)
committerMasaki Hara <ackie.h.gmai@gmail.com>
Wed, 21 Nov 2018 13:20:22 +0000 (22:20 +0900)
src/doc/unstable-book/src/language-features/unsized-locals.md

index 6f7cf754ae083b778a4e9db3f0cb5dc2582aa29f..1165ab93a146953da8d37096e9c226edb492ca5b 100644 (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.