Searched refs:exclude (Results 1 – 3 of 3) sorted by relevance
47 …- run: cargo clippy --workspace --exclude libc-test --exclude ctest-test --all-targets -- -D warni…
6 exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
18 let exclude = ["redox", "wasi", "wali"]; in do_cc() localVariable19 if !exclude.iter().any(|x| target.contains(x)) { in do_cc()