Searched defs:lintConfig (Results 1 – 1 of 1) sorted by relevance
120 type lintConfig struct { struct121 rustcConfig string // for the lints to apply to rustc.122 clippyEnabled bool // to indicate if clippy should be executed.123 clippyConfig string // for the lints to apply to clippy.