We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a585a72 commit 8287988Copy full SHA for 8287988
tonic-reflection/src/server.rs
@@ -39,7 +39,7 @@ impl Display for Error {
39
match self {
40
Error::DecodeError(_) => f.write_str("error decoding FileDescriptorSet from buffer"),
41
Error::InvalidFileDescriptorSet(s) => {
42
- f.write_fmt(format_args!("invalid FileDescriptorSet - {}", s))
+ write!(f, "invalid FileDescriptorSet - {}", s)
43
}
44
45
0 commit comments