Skip to content

Commit b7022e7

Browse files
committed
various nits from review
1 parent 7c4e881 commit b7022e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/ptr/metadata.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ extern "C" {
185185
/// Opaque type for accessing vtables.
186186
///
187187
/// Private implementation detail of `DynMetadata::size_of` etc.
188-
/// Must be zero-sized since there is conceptually not actually any Abstract Machine memory behind this pointer.
189-
/// However, we can require pointer alignment.
188+
/// There is conceptually not actually any Abstract Machine memory behind this pointer.
190189
type VTable;
191190
}
192191

0 commit comments

Comments
 (0)