diff options
author | 2020-08-05 12:47:14 +0000 | |
---|---|---|
committer | 2020-08-05 12:47:14 +0000 | |
commit | b14e14151964df77548e37de84300b433592013e (patch) | |
tree | c73f79bd3a9bf591d75937d7b329cdcc5230dabd /rust/bindgen.go | |
parent | fe58347aefcfd0fbf63000766d2c54a95bd3985f (diff) | |
parent | 32267c88c44d5c7a31a78f6e8de00a3528a1d443 (diff) |
Merge "[rust] Disable clippy for rust_bindgen modules."
Diffstat (limited to 'rust/bindgen.go')
-rw-r--r-- | rust/bindgen.go | 1 |
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 } |