Skip to content

Commit

Permalink
Another formatting fix
Browse files Browse the repository at this point in the history
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
  • Loading branch information
Aaron1011 and Centril committed Sep 19, 2019
1 parent 41e1128 commit 034a8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_typeck/check/mod.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 034a8fd

Please sign in to comment.