refactor: remove bail macros
This commit is contained in:
parent
6a99540ef5
commit
25025ef701
6 changed files with 108 additions and 141 deletions
|
|
@ -1,9 +1,6 @@
|
|||
#![doc = include_str!("../README.md")]
|
||||
#![warn(missing_docs, clippy::todo, clippy::dbg_macro)]
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
mod deobfuscate;
|
||||
mod serializer;
|
||||
mod util;
|
||||
|
|
|
|||
Reference in a new issue