Skip to main content

unregister_custom_dialect

Function unregister_custom_dialect 

Source
pub fn unregister_custom_dialect(name: &str) -> bool
Expand description

Remove a custom dialect from the global registry.

Returns true if a dialect with that name was found and removed, false if no such custom dialect existed.