Skip to content

Commit 4c6942d

Browse files
committed
Remove 'just' in diagnostics
This is better writing
1 parent f764eaf commit 4c6942d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ fn main() {
18751875
"##,
18761876

18771877
E0601: r##"
1878-
No `main` function was found in a binary crate. To fix this error, just add a
1878+
No `main` function was found in a binary crate. To fix this error, add a
18791879
`main` function. For example:
18801880
18811881
```

0 commit comments

Comments
 (0)