about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorAlexander Regueiro <alexreg@me.com>2019-05-17 02:20:14 +0100
committerAlexander Regueiro <alexreg@me.com>2019-11-21 18:50:38 +0000
commit51cb60cd3fc42b3b6a35e48cbc19426c332c260e (patch)
treea43557a1c2df20720eadb17e862cf0bde4032c32 /src/librustc_errors
parent35ef33a89dfd8ff8c8a7b3c58fa7136bbcb2f1ed (diff)
downloadrust-51cb60cd3fc42b3b6a35e48cbc19426c332c260e.tar.gz
rust-51cb60cd3fc42b3b6a35e48cbc19426c332c260e.zip
Aggregation of drive-by cosmetic changes.
Diffstat (limited to 'src/librustc_errors')
-rw-r--r--src/librustc_errors/diagnostic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/diagnostic.rs b/src/librustc_errors/diagnostic.rs
index b9af4aae550..6ba7ea4d13a 100644
--- a/src/librustc_errors/diagnostic.rs
+++ b/src/librustc_errors/diagnostic.rs
@@ -212,7 +212,7 @@ impl Diagnostic {
                    }));
         msg.push((format!("`{}", found_extra), Style::NoStyle));
 
-        // For now, just attach these as notes
+        // For now, just attach these as notes.
         self.highlighted_note(msg);
         self
     }