Rollup merge of #4847 - rust-lang:offest, r=phansch

fixing a typo

changelog: none
This commit is contained in:
Phil Hansch 2019-11-28 10:19:06 +01:00 committed by GitHub
commit a05f3cb9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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