Skip to content

Commit 209fcbe

Browse files
authored
chore(ci): fix udeps warning errors (#1627)
1 parent 4263f87 commit 209fcbe

File tree

1 file changed

+1
-0
lines changed
  • tonic-types/src/richer_error

1 file changed

+1
-0
lines changed

tonic-types/src/richer_error/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ trait IntoAny {
2121
fn into_any(self) -> Any;
2222
}
2323

24+
#[allow(dead_code)]
2425
trait FromAny {
2526
fn from_any(any: Any) -> Result<Self, DecodeError>
2627
where

0 commit comments

Comments
 (0)