Skip to content

Commit 14f5bb7

Browse files
committed
Remove deprecated bindgen method
.rustfmt_bindings() throws a "use of deprecated method" warning when building with newer versions. Signed-off-by: Gowtham Suresh Kumar <[email protected]>
1 parent 06a98a3 commit 14f5bb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ fn generate_ts_bindings(ts_include_dir: String) -> Result<()> {
2323
"-I{}",
2424
ts_include_dir + "/components/rpc/common/interface"
2525
))
26-
.rustfmt_bindings(true)
2726
.header(header)
2827
.header(encoding_header)
2928
.generate_comments(false)

0 commit comments

Comments
 (0)