diff options
Diffstat (limited to 'src/util/lib.rs')
-rw-r--r-- | src/util/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/lib.rs b/src/util/lib.rs index d35ca72f..c9110fb2 100644 --- a/src/util/lib.rs +++ b/src/util/lib.rs @@ -11,6 +11,7 @@ pub mod data; pub mod encode; pub mod error; pub mod formater; +pub mod forwarded_headers; pub mod metrics; pub mod migrate; pub mod persister; |