Rust: Make QL-for-QL happy (part 2).

This commit is contained in:
Geoffrey White
2025-01-16 16:16:02 +00:00
parent 5f9e1c3788
commit e5faf92bab

View File

@@ -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), ", ") + "."