diff --git a/support/cc_std_impl/string.rs b/support/cc_std_impl/string.rs index 84b3f30b9..ee5df7450 100644 --- a/support/cc_std_impl/string.rs +++ b/support/cc_std_impl/string.rs @@ -228,12 +228,6 @@ impl core::fmt::Debug for string_wrapper { } } -impl core::fmt::Display for string_wrapper { - fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { - self.display().fmt(f) - } -} - // Allow converting a cc_std::std::string_wrapper reference to a "real" C++ string pointer. type StringSymbol = forward_declare::symbol!(