set visibility of Fallbacks to pub(crate)

This commit is contained in:
tigregalis 2025-03-15 21:37:29 +08:00 committed by Jeremy Soller
parent fb3a7c1a1c
commit bdd7882a94

View file

@ -36,7 +36,7 @@ pub trait Fallback {
}
#[derive(Debug, Default)]
pub struct Fallbacks {
pub(crate) struct Fallbacks {
lists: Vec<&'static str>,
common_fallback_range: Range<usize>,
forbidden_fallback_range: Range<usize>,