Rust: Remove obsolete bindgen flag

--size_t-is-usize has been deprecated for a while and is
removed in bindgen 0.64

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
Christine Caulfield 2023-03-01 10:02:17 +00:00 committed by Jan Friesse
parent 3e4eba6548
commit f4ff07eba3

View File

@ -17,7 +17,6 @@ filter="$3"
shift; shift; shift
bindgen \
--size_t-is-usize \
--no-prepend-enum-name \
--no-layout-tests \
--no-doc-comments \