diff options
| author | bors <bors@rust-lang.org> | 2019-11-21 21:01:14 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-11-21 21:01:14 +0000 |
| commit | f11759d38c70d3df67135f88a682701c1cf9762a (patch) | |
| tree | cd5d0c21d0f0a5205f2d037ddb14d2a46faad206 /src/librustc_errors | |
| parent | 53712f8637dbe326df569a90814aae1cc5429710 (diff) | |
| parent | 1b2de17647c46dddf590bd6735344641af4f7de4 (diff) | |
| download | rust-f11759d38c70d3df67135f88a682701c1cf9762a.tar.gz rust-f11759d38c70d3df67135f88a682701c1cf9762a.zip | |
Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril
Aggregation of drive-by cosmetic changes for trait-upcasting PR Cherry-picked from #60900. As requested by @Centril (and @nikomatsakis, I believe). r? @Centril
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 41ce2d8c440..27ea0039354 100644 --- a/src/librustc_errors/diagnostic.rs +++ b/src/librustc_errors/diagnostic.rs @@ -224,7 +224,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 } |
