diff --git a/tonic-types/src/richer_error/mod.rs b/tonic-types/src/richer_error/mod.rs index 411887ce5..927bbc97d 100644 --- a/tonic-types/src/richer_error/mod.rs +++ b/tonic-types/src/richer_error/mod.rs @@ -21,6 +21,7 @@ trait IntoAny { fn into_any(self) -> Any; } +#[allow(dead_code)] trait FromAny { fn from_any(any: Any) -> Result where