Searched defs:clippy (Results 1 – 14 of 14) sorted by relevance
62 #### Step 1: Install Rustup74 #### Step 2: Install Clippy84 #### Step 3: Run Clippy92 #### Automatically applying Clippy suggestions101 #### Workspaces
32 type clippy struct { struct33 Properties ClippyProperties36 func (c *clippy) props() []interface{} {40 func (c *clippy) flags(ctx ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) {
161 clippy *clippy member
16 clippy = cmd("cargo clippy").with_color_flag() variable
12 clippy: target
34 clippy: target