mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
fix: compiling without obfuscate flag (#15)
* fix: compiling with obfuscate flag * formatting * rustfmt --------- Co-authored-by: Jackson Coxson <jkcoxson@gmail.com>
This commit is contained in:
@@ -136,7 +136,7 @@ macro_rules! obf {
|
||||
}
|
||||
#[cfg(not(feature = "obfuscate"))]
|
||||
{
|
||||
$lit
|
||||
std::borrow::Cow::Borrowed($lit)
|
||||
}
|
||||
}};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user