Searched defs:clippy (Results 1 – 2 of 2) sorted by relevance
26 type clippy struct { struct27 Properties ClippyProperties30 func (c *clippy) props() []interface{} {34 func (c *clippy) flags(ctx ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) {
82 clippy *clippy member