mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Rust: Make QL-for-QL happy (part 2).
This commit is contained in:
@@ -14,4 +14,4 @@ import codeql.rust.dataflow.DataFlow
|
||||
import Stats
|
||||
|
||||
from DataFlow::Node n
|
||||
select n, "Sink for " + strictconcat(getAQuerySinkKind(n), ", ")
|
||||
select n, "Sink for " + strictconcat(getAQuerySinkKind(n), ", ") + "."
|
||||
|
||||
Reference in New Issue
Block a user