mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
Rust: simplify rust doc test annotation
This commit is contained in:
@@ -203,10 +203,3 @@ def split_doc(doc):
|
||||
while trimmed and not trimmed[0]:
|
||||
trimmed.pop(0)
|
||||
return trimmed
|
||||
|
||||
|
||||
@dataclass
|
||||
class FunctionInfo:
|
||||
name: str
|
||||
params: dict[str, str]
|
||||
return_type: str
|
||||
|
||||
Reference in New Issue
Block a user