Rollup merge of #57153 - estebank:doc, r=cramertj

Small: Fix span in char documentation
This commit is contained in:
kennytm 2018-12-29 18:50:26 +08:00 committed by GitHub
commit 97e591ae0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,7 +302,7 @@ mod prim_never { }
/// ```text
/// error: character literal may only contain one codepoint: 'é'
/// let c = 'é';
/// ^^^^
/// ^^^
/// ```
///
/// Another implication of the 4-byte fixed size of a `char` is that