pub const CLIPPY: &str = "# See `[workspace.lints]` in Cargo.toml for the policy. This file holds\n# clippy *configuration* knobs (thresholds, allowed prefixes, etc.) rather\n# than lint levels.\nmsrv = \"1.95\"\navoid-breaking-exported-api = false\ndisallowed-names = [\"foo\", \"bar\", \"baz\", \"qux\"]\n";Expand description
clippy.toml.