From 11a94b98a867e1a1074b58158cb02d201a2da7d6 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 15 Nov 2022 10:41:54 -0800 Subject: crosvm bindgen: regenerate with missing_safety_doc Regenerate all of the automated bindgen bindings by running tools/bindgen-all-the-things after commit 54311a8da9ec ("crosvm bindgen: Allow missing_safety_doc"). BUG=b:157245930 BUG=chromium:908640 TEST=tools/presubmit --all Change-Id: I334f2ddc071acbf634f0d771d88650ee348cd5a0 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4025271 Reviewed-by: Zihan Chen Reviewed-by: Clarissa Garvey Commit-Queue: Daniel Verkamp --- vm_memory/src/udmabuf_bindings.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vm_memory/src/udmabuf_bindings.rs') diff --git a/vm_memory/src/udmabuf_bindings.rs b/vm_memory/src/udmabuf_bindings.rs index 5e172ea43..0e8039cbb 100644 --- a/vm_memory/src/udmabuf_bindings.rs +++ b/vm_memory/src/udmabuf_bindings.rs @@ -1,5 +1,7 @@ /* automatically generated by tools/bindgen-all-the-things */ +#![allow(clippy::missing_safety_doc)] +#![allow(clippy::upper_case_acronyms)] #![allow(non_upper_case_globals)] #![allow(non_camel_case_types)] #![allow(non_snake_case)] -- cgit v1.2.3