Rollup merge of #67090 - kraai:either-to-any, r=jonas-schievink

Change "either" to "any" in Layout::from_size_align's docs
This commit is contained in:
Mazdak Farrokhzad 2019-12-06 23:27:03 +01:00 committed by GitHub
commit 573e537db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ pub struct Layout {
impl Layout {
/// Constructs a `Layout` from a given `size` and `align`,
/// or returns `LayoutErr` if either of the following conditions
/// or returns `LayoutErr` if any of the following conditions
/// are not met:
///
/// * `align` must not be zero,