Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c95efa75 authored by Matthew Maurer's avatar Matthew Maurer
Browse files

Bindgen 0.65.1 no longer supports size_t-is-usize

The flag has been a default, and now is not accepted.

Test: Treehugger
Test: m rust
Bug: 279198502
Bug: 276464273
Change-Id: Id727f5170eb08fabf44197422ba80abfa3f3f3a5
parent 659cdf74
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ rust_bindgen {
        "--allowlist-type=sock_connect_signal_t",
        "--enable-cxx-namespaces",
        "--opaque-type=std::.*",
        "--size_t-is-usize",
        "--with-derive-default",
        "--with-derive-eq",
        "--with-derive-partialeq",