reword ; suggestions to have consistent wording

This commit is contained in:
Esteban Küber 2021-02-04 13:59:23 -08:00
parent 796ce9fcb7
commit 020edd91a9
10 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@ LL | fn main() {
| - expected `()` because of default return type
LL | // Test that constructing the `visible_parent_map` (in `cstore_impl.rs`) does not ICE.
LL | std::cell::Cell::new(0)
| ^^^^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;`
| ^^^^^^^^^^^^^^^^^^^^^^^- help: consider using a semicolon here: `;`
| |
| expected `()`, found struct `Cell`
|