We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd8f19 commit f16238aCopy full SHA for f16238a
1 file changed
rust/ql/lib/codeql/rust/elements/internal/OperationImpl.qll
@@ -21,7 +21,7 @@ private predicate isOverloaded(string op, int arity, string path, string method)
21
op = "!" and path = "core::ops::bit::Not" and method = "not"
22
or
23
// Dereference
24
- op = "*" and path = "core::ops::Deref" and method = "deref"
+ op = "*" and path = "core::ops::deref::Deref" and method = "deref"
25
)
26
27
arity = 2 and
0 commit comments