1
Fork 0

Rename drop_ref lint to dropping_references

This commit is contained in:
Urgau 2023-05-19 11:25:35 +02:00
parent 85a1828943
commit c93d9c1794
30 changed files with 50 additions and 50 deletions

View file

@ -521,7 +521,7 @@ lint_opaque_hidden_inferred_bound = opaque type `{$ty}` does not satisfy its ass
lint_opaque_hidden_inferred_bound_sugg = add this bound
lint_drop_ref = calls to `std::mem::drop` with a reference instead of an owned value does nothing
lint_dropping_references = calls to `std::mem::drop` with a reference instead of an owned value does nothing
.label = argument has type `{$arg_ty}`
.note = use `let _ = ...` to ignore the expression or result