1
Fork 0

update wording of lint

This commit is contained in:
Bryan Garza 2022-11-24 03:48:27 +00:00
parent dc2c4ce578
commit e28a07a0a1
4 changed files with 4 additions and 4 deletions

View file

@ -351,7 +351,7 @@ lint_builtin_mutable_transmutes =
lint_builtin_unstable_features = unstable feature
lint_ungated_async_fn_track_caller = `#[track_caller]` on async functions is a no-op
.suggestion = enable this feature
.suggestion = enable this unstable feature
lint_builtin_unreachable_pub = unreachable `pub` {$what}
.suggestion = consider restricting its visibility