Home
last modified time | relevance | path

Searched defs:clippy (Results 1 – 2 of 2) sorted by relevance

/build/soong/rust/
Dclippy.go26 type clippy struct { struct
27 Properties ClippyProperties
30 func (c *clippy) props() []interface{} {
34 func (c *clippy) flags(ctx ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) {
Drust.go82 clippy *clippy member