Rename HandleCycleError to CycleErrorHandling

This commit is contained in:
Zalathar 2026-01-23 11:42:45 +11:00
parent 39052daf93
commit ff331d2cc8
8 changed files with 38 additions and 35 deletions

View file

@ -12,7 +12,7 @@ pub mod ich;
pub mod query;
mod values;
pub use error::{HandleCycleError, QueryOverflow, QueryOverflowNote};
pub use error::{QueryOverflow, QueryOverflowNote};
pub use values::Value;
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }