diff --git a/src/exotic-sizes.md b/src/exotic-sizes.md index 9f858d1..d2cd82f 100644 --- a/src/exotic-sizes.md +++ b/src/exotic-sizes.md @@ -39,12 +39,6 @@ struct Foo { } ``` -**NOTE: [As of Rust 1.0 struct DSTs are broken if the last field has -a variable position based on its alignment][dst-issue].** - - - - # Zero Sized Types (ZSTs)