diff --git a/fluent-bundle/examples/custom_type.rs b/fluent-bundle/examples/custom_type.rs index 71c0f882..16fc0f81 100644 --- a/fluent-bundle/examples/custom_type.rs +++ b/fluent-bundle/examples/custom_type.rs @@ -115,8 +115,6 @@ impl FluentType for DateTime { } } -/// Formatter - struct DateTimeFormatter { lang: LanguageIdentifier, options: DateTimeOptions,