replace incorrect bool
This commit is contained in:
parent
483b109e6e
commit
7cdaa3b574
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ pub(super) fn check(
|
|||
&& let Some(did) = cx.qpath_res(&path, inner.hir_id).opt_def_id() {
|
||||
match_def_path(cx, did, &ALLOCATOR_GLOBAL)
|
||||
} else {
|
||||
true
|
||||
false
|
||||
}
|
||||
},
|
||||
(Some(GenericArg::Type(l)), Some(GenericArg::Type(r))) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue