Skip to content

Commit 034a8fd

Browse files
Aaron1011Centril
andauthored
Another formatting fix
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 41e1128 commit 034a8fd

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_typeck/check

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ pub enum Diverges {
471471
}
472472

473473
impl Diverges {
474-
/// Creates a `Diverges::Always` with the provided span and the default note message
474+
/// Creates a `Diverges::Always` with the provided `span` and the default note message.
475475
fn always(span: Span) -> Diverges {
476476
Diverges::Always {
477477
span,

0 commit comments

Comments
 (0)