mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
Allow disabling image features
This commit is contained in:
@@ -63,7 +63,7 @@ impl ExpandedPair {
|
||||
&self.finderPattern
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(all(test, feature = "image"))]
|
||||
pub(crate) fn getFinderPatternMut(&mut self) -> &mut Option<FinderPattern> {
|
||||
&mut self.finderPattern
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user