mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Codegen: fix test
This commit is contained in:
@@ -94,7 +94,7 @@ class Class:
|
||||
default_doc_name: Optional[str] = None
|
||||
hideable: bool = False
|
||||
test_with: Optional[str] = None
|
||||
rust_doc_test_function: Optional["FunctionInfo"] = None # TODO: parametrized pragmas
|
||||
rust_doc_test_function: Optional["FunctionInfo"] = "() -> ()" # TODO: parametrized pragmas
|
||||
|
||||
@property
|
||||
def final(self):
|
||||
|
||||
Reference in New Issue
Block a user