Skip to content

Commit

Permalink
Rollup merge of rust-lang#45549 - steveklabnik:remove-just, r=QuietMi…
Browse files Browse the repository at this point in the history
…sdreavus

Remove 'just' in diagnostics

This is better writing
  • Loading branch information
frewsxcv authored Oct 28, 2017
2 parents 4993701 + 4c6942d commit 00f07f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 00f07f1

Please sign in to comment.