Skip to content

Commit 41eaf91

Browse files
committed
[BitwiseCopyable] Remove a few stdlib conformances
Per LWG feedback, these three conformances don't make sense.
1 parent d9d7774 commit 41eaf91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proposals/nnnn-bitwise-copyable.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,12 @@ The following types in the standard library will gain the `BitwiseCopyable` cons
316316
- `UnsafeBufferPointer.Iterator`, `UnsafeRawBufferPointer.Iterator`, `EmptyCollection.Iterator`
317317
- `String.Index`, `CollectionDifference.Index`
318318
- Some types related to unicode
319-
- `Unicode`
320319
- `Unicode.ASCII`, `Unicode.UTF8`, `Unicode.UTF16`, `Unicode.UTF32`, `Unicode.Scalar`
321320
- `Unicode.ASCII.Parser`, `Unicode.UTF8.ForwardParser`, `Unicode.UTF8.ReverseParser`, `Unicode.UTF16.ForwardParser`, `Unicode.UTF16.ReverseParser`, `Unicode.UTF32.Parser`
322321
- `Unicode.Scalar.UTF8View`, `Unicode.Scalar.UTF16View`
323322
- `UnicodeDecodingResult`
324323
- Some fieldless types
325-
- `Never`, `MemoryLayout`, `CommandLine`, `SystemRandomNumberGenerator`
324+
- `Never`, `SystemRandomNumberGenerator`
326325
- `StaticString`
327326
- `Hasher`
328327
- `ObjectIdentifier`

0 commit comments

Comments
 (0)