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 34a21b1 commit aee103cCopy full SHA for aee103c
src/config.rs
@@ -119,6 +119,8 @@ pub struct Config {
119
pub(crate) build_cpu_limit: Option<u32>,
120
pub(crate) build_default_memory_limit: Option<usize>,
121
pub(crate) include_default_targets: bool,
122
+
123
+ #[allow(dead_code)]
124
pub(crate) disable_memory_limit: bool,
125
126
// automatic rebuild configuration
0 commit comments