mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 10:33:34 +00:00
Lint only exported must_use_candidates
This commit is contained in:
parent
61b19a1a28
commit
a60177cc1e
@ -449,6 +449,7 @@ fn check_must_use_candidate<'a, 'tcx>(
|
||||
|| mutates_static(cx, body)
|
||||
|| in_external_macro(cx.sess(), item_span)
|
||||
|| returns_unit(decl)
|
||||
|| !cx.access_levels.is_exported(item_id)
|
||||
|| is_must_use_ty(cx, return_ty(cx, item_id))
|
||||
{
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user