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 5f81817 commit 3669b65Copy full SHA for 3669b65
src/config.rs
@@ -120,7 +120,7 @@ pub struct Config {
120
pub(crate) build_default_memory_limit: Option<usize>,
121
pub(crate) include_default_targets: bool,
122
123
- #[allow(dead_code)]
+ #[cfg_attr(not(target_os = "linux"), allow(dead_code))]
124
pub(crate) disable_memory_limit: bool,
125
126
// automatic rebuild configuration
0 commit comments