diff options
| author | kennytm <kennytm@gmail.com> | 2017-10-28 15:56:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-28 15:56:23 +0800 |
| commit | 55c4849ca4fee1a7d891cd58d86e037043294b41 (patch) | |
| tree | 5ba2b5472a1fe68fb0c493b5d109b623ee3dde59 | |
| parent | a03d0181c51f29ad52216cb64bf27a0da4515029 (diff) | |
| parent | 4c6942d26249f156ede34ddbed03765ab4f398e5 (diff) | |
Rollup merge of #45549 - steveklabnik:remove-just, r=QuietMisdreavus
Remove 'just' in diagnostics This is better writing
| -rw-r--r-- | src/librustc/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index 26f56ffacae..c9c03a2f795 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -1875,7 +1875,7 @@ fn main() { "##, E0601: r##" -No `main` function was found in a binary crate. To fix this error, just add a +No `main` function was found in a binary crate. To fix this error, add a `main` function. For example: ``` |
