fixing a typo

This commit is contained in:
Andre Bogus 2019-11-25 14:06:34 +01:00
parent cc35165f52
commit 47ef5394de

View file

@ -1075,7 +1075,7 @@ declare_clippy_lint! {
///
/// **Example:**
/// ```ignore
/// unsafe { (&() as *const ()).offest(1) };
/// unsafe { (&() as *const ()).offset(1) };
/// ```
pub ZST_OFFSET,
correctness,