Skip to content

Commit

Permalink
Remove deprecated bindgen method
Browse files Browse the repository at this point in the history
.rustfmt_bindings() throws a "use of deprecated method" warning
when building with newer versions.

Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
  • Loading branch information
gowthamsk-arm committed May 7, 2024
1 parent 29c5d0e commit 0e4b76a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fn generate_ts_bindings(ts_include_dir: String) -> Result<()> {
"-I{}",
ts_include_dir + "/components/rpc/common/interface"
))
.rustfmt_bindings(true)
.header(header)
.header(encoding_header)
.generate_comments(false)
Expand Down

0 comments on commit 0e4b76a

Please sign in to comment.