From a02cdb73ce06d42502806ef1eb4c46f83b90ddc4 Mon Sep 17 00:00:00 2001 From: Peter Hall Date: Mon, 9 Oct 2017 16:05:18 +0100 Subject: [PATCH] Update exotic-sizes.md [This issue](https://github.com/rust-lang/rust/issues/26403) was fixed quite some time ago. The warning should no longer be necessary. --- src/exotic-sizes.md | 6 ------ 1 file changed, 6 deletions(-) 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)