From 6d9136754029fc9b6e7fcc9afa5b421cba0e1e3c Mon Sep 17 00:00:00 2001 From: Vojtech Kral Date: Fri, 22 Sep 2017 20:19:37 +0200 Subject: [PATCH] Fix #37 Remove obsolete drop flags remark in the 'Other reprs' chapter --- src/other-reprs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/other-reprs.md b/src/other-reprs.md index ebd33ca..a77ebf0 100644 --- a/src/other-reprs.md +++ b/src/other-reprs.md @@ -36,8 +36,6 @@ still consumes a byte of space. * Tuple structs are like structs with regards to `repr(C)`, as the only difference from a struct is that the fields aren’t named. -* **If the type would have any [drop flags], they will still be added** - * This is equivalent to one of `repr(u*)` (see the next section) for enums. The chosen size is the default enum size for the target platform's C ABI. Note that enum representation in C is implementation defined, so this is really a "best