Remove 'just' in diagnostics
This is better writing
This commit is contained in:
parent
f764eaf453
commit
4c6942d262
@ -1875,7 +1875,7 @@ fn main() {
|
|||||||
"##,
|
"##,
|
||||||
|
|
||||||
E0601: r##"
|
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:
|
`main` function. For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user