Skip to content

Commit d2a0588

Browse files
committed
Rust: do not do html escaping in cargo template
1 parent 299fe2e commit d2a0588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/extractor/src/qltest_cargo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ path = "{{#uses_proc_macro}}../{{/uses_proc_macro}}main.rs"
2424
proc_macro = { path = "../.proc_macro" }
2525
{{/uses_proc_macro}}
2626
{{#dependencies}}
27-
{{.}}
27+
{{{.}}}
2828
{{/dependencies}}
2929
{{/Lib}}
3030

rust/ql/test/library-tests/dataflow/models/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)