diff --git a/helper_crates/const-field-offset/src/lib.rs b/helper_crates/const-field-offset/src/lib.rs index 272d5f80a..2152f42b6 100644 --- a/helper_crates/const-field-offset/src/lib.rs +++ b/helper_crates/const-field-offset/src/lib.rs @@ -1,7 +1,7 @@ /*! -This crate expose the `FieldOffsets` derive macro, and the required. +This crate expose the `FieldOffsets` derive macro and the types it uses. -It allows to get const FieldOffset for member of a `#[repr(C)]` struct. +The macro allows to get const FieldOffset for member of a `#[repr(C)]` struct. The `FieldOffset` type is re-exported from the `field-offset` crate. */