We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd4bbe commit 85a8175Copy full SHA for 85a8175
1 file changed
build.rs
@@ -44,6 +44,10 @@ pub fn main() {
44
// Allow this as we have a bunch of info in the comments
45
#[allow(clippy::match_same_arms)]
46
match krate.as_ref() {
47
+ #[cfg(not(any(target_os = "linux", target_os = "android")))]
48
+ "chcon" | "runcon" => {
49
+ continue;
50
+ }
51
"default" | "macos" | "unix" | "windows" | "selinux" | "zip" | "clap_complete"
52
| "clap_mangen" | "fluent_syntax" => continue, // common/standard feature names
53
"nightly" | "test_unimplemented" | "expensive_tests" | "test_risky_names" => {
0 commit comments