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:
khcrysalis
2025-07-14 14:08:37 -07:00
committed by GitHub
parent a92b0d39e8
commit 4b9d8a8fc7

View File

@@ -136,7 +136,7 @@ macro_rules! obf {
} }
#[cfg(not(feature = "obfuscate"))] #[cfg(not(feature = "obfuscate"))]
{ {
$lit std::borrow::Cow::Borrowed($lit)
} }
}}; }};
} }