Skip to content

Commit

Permalink
chore(ci): fix udeps warning errors (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Feb 8, 2024
1 parent 4263f87 commit 209fcbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tonic-types/src/richer_error/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ trait IntoAny {
fn into_any(self) -> Any;
}

#[allow(dead_code)]
trait FromAny {
fn from_any(any: Any) -> Result<Self, DecodeError>
where
Expand Down

0 comments on commit 209fcbe

Please sign in to comment.