♻️ refactor(config): make EolRule public
- make `EolRule` public so that it can be used in other crates
This commit is contained in:
committed by
Jeremiah Russell
parent
ee085db201
commit
749616d5ff
@@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize};
|
||||
|
||||
mod eol_rule;
|
||||
|
||||
use eol_rule::EolRule;
|
||||
pub use eol_rule::EolRule;
|
||||
|
||||
use crate::{EolAction, Error, MessageAge, Result, Retention};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user