Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 3 of 3) sorted by relevance

/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml47 …- run: cargo clippy --workspace --exclude libc-test --exclude ctest-test --all-targets -- -D warni…
/rust-libc-0.2.174/
H A DCargo.toml6 exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
/rust-libc-0.2.174/libc-test/
H A Dbuild.rs18 let exclude = ["redox", "wasi", "wali"]; in do_cc() localVariable
19 if !exclude.iter().any(|x| target.contains(x)) { in do_cc()