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 06a98a3 commit 14f5bb7
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 @@ -23,7 +23,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 14f5bb7

Please sign in to comment.