Skip to content

Commit c78046e

Browse files
committed
feat(data-pipeline-ffi): remove macros expansion for function signatures
Signed-off-by: Alexandre Rulleau <[email protected]>
1 parent b6ff6bb commit c78046e

File tree

2 files changed

+330
-275
lines changed

2 files changed

+330
-275
lines changed

data-pipeline-ffi/cbindgen.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,4 @@ must_use = "DDOG_CHECK_RETURN"
4545

4646
[parse]
4747
parse_deps = true
48-
include = ["ddcommon", "ddcommon-ffi", "data-pipeline"]
49-
50-
[parse.expand]
51-
crates = ["data-pipeline-ffi"]
48+
include = ["ddcommon", "ddcommon-ffi", "data-pipeline"]

0 commit comments

Comments
 (0)