Skip to content

Commit aee103c

Browse files
committed
suppress clippy
1 parent 34a21b1 commit aee103c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ pub struct Config {
119119
pub(crate) build_cpu_limit: Option<u32>,
120120
pub(crate) build_default_memory_limit: Option<usize>,
121121
pub(crate) include_default_targets: bool,
122+
123+
#[allow(dead_code)]
122124
pub(crate) disable_memory_limit: bool,
123125

124126
// automatic rebuild configuration

0 commit comments

Comments
 (0)