Skip to content

Commit 6111a74

Browse files
author
Paolo Tranquilli
committed
Rust: remove accidental schema annotation
1 parent 8c5cc2e commit 6111a74

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

rust/.generated.list

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

rust/ql/test/extractor-tests/generated/Function/gen_function.rs

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class Module(Declaration):
5656
# TODO name
5757
declarations: list[Declaration] | child
5858

59-
@rust.doc_test_function("my_test", lifetimes="ab", T="Eq", x="&'a [T]", y="&'b [T]", return_type="&'a [T]")
6059
class Function(Declaration):
6160
"""
6261
A function declaration. For example

0 commit comments

Comments
 (0)