mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-19 03:54:40 +00:00
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##"
|
||||
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:
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user