Flip a boolean that was used wrongly (has no effect though)
This commit is contained in:
parent
ca92d90b59
commit
83cc6204ec
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user