Another formatting fix

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
Aaron Hill 2019-09-18 20:14:56 -04:00 committed by GitHub
parent 41e1128969
commit 034a8fd1df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -471,7 +471,7 @@ pub enum Diverges {
}
impl Diverges {
/// Creates a `Diverges::Always` with the provided span and the default note message
/// Creates a `Diverges::Always` with the provided `span` and the default note message.
fn always(span: Span) -> Diverges {
Diverges::Always {
span,