Remove unused deserr extractor

This commit is contained in:
Loïc Lecrenier 2023-01-09 13:43:16 +01:00
parent b03ee54fe0
commit af6d4b3031
2 changed files with 0 additions and 79 deletions

View file

@ -1,7 +1,6 @@
pub mod payload;
#[macro_use]
pub mod authentication;
// pub mod deserr;
pub mod json;
pub mod query_parameters;
pub mod sequential_extractor;