summaryrefslogtreecommitdiff
path: root/rust/bindgen.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2020-08-05 12:47:14 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-08-05 12:47:14 +0000
commitb14e14151964df77548e37de84300b433592013e (patch)
treec73f79bd3a9bf591d75937d7b329cdcc5230dabd /rust/bindgen.go
parentfe58347aefcfd0fbf63000766d2c54a95bd3985f (diff)
parent32267c88c44d5c7a31a78f6e8de00a3528a1d443 (diff)
Merge "[rust] Disable clippy for rust_bindgen modules."
Diffstat (limited to 'rust/bindgen.go')
-rw-r--r--rust/bindgen.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/bindgen.go b/rust/bindgen.go
index 559adffba..403f4665a 100644
--- a/rust/bindgen.go
+++ b/rust/bindgen.go
@@ -178,6 +178,7 @@ func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorat
module.sourceProvider = bindgen
module.compiler = library
+ module.setClippy(false)
return module, bindgen
}