Rename HandleCycleError to CycleErrorHandling
This commit is contained in:
parent
39052daf93
commit
ff331d2cc8
8 changed files with 38 additions and 35 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue