Flip a boolean that was used wrongly (has no effect though)

This commit is contained in:
Oli Scherer 2022-11-09 14:37:33 +00:00
parent ca92d90b59
commit 83cc6204ec

View File

@ -128,7 +128,7 @@ pub(crate) fn suggest_method_call(
method_name.span, method_name.span,
probe::Mode::MethodCall, probe::Mode::MethodCall,
method_name, method_name,
IsSuggestion(false), IsSuggestion(true),
self_ty, self_ty,
call_expr.hir_id, call_expr.hir_id,
ProbeScope::TraitsInScope, ProbeScope::TraitsInScope,