From 034a8fd1dff9bff585a6152bf5c52e882a2bb28b Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Wed, 18 Sep 2019 20:14:56 -0400 Subject: [PATCH] Another formatting fix Co-Authored-By: Mazdak Farrokhzad --- src/librustc_typeck/check/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_typeck/check/mod.rs b/src/librustc_typeck/check/mod.rs index 410eef5e092d..51381447fedc 100644 --- a/src/librustc_typeck/check/mod.rs +++ b/src/librustc_typeck/check/mod.rs @@ -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,