Remove 'just' in diagnostics

This is better writing
This commit is contained in:
steveklabnik 2017-10-26 09:27:20 -04:00
parent f764eaf453
commit 4c6942d262

View File

@ -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:
```