diff options
| author | Alexander Regueiro <alexreg@me.com> | 2019-05-17 02:20:14 +0100 |
|---|---|---|
| committer | Alexander Regueiro <alexreg@me.com> | 2019-11-21 18:50:38 +0000 |
| commit | 51cb60cd3fc42b3b6a35e48cbc19426c332c260e (patch) | |
| tree | a43557a1c2df20720eadb17e862cf0bde4032c32 /src/librustc_errors | |
| parent | 35ef33a89dfd8ff8c8a7b3c58fa7136bbcb2f1ed (diff) | |
| download | rust-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.rs | 2 |
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 } |
