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