1 2 3 4 5 6
//! Error types for syntax operations. //! //! Re-exports [`ModuleError`] from the kernel for consistency with the //! module system. pub use reovim_kernel::api::v1::ModuleError;